_mm_cmpnlt_sd

Compare the lower double-precision (64-bit) floating-point elements in a and b for not-less-than, store the result in the lower element, and copy the upper element from a.

nothrow @nogc pure @safe
__m128d
_mm_cmpnlt_sd
(
__m128d a
,
__m128d b
)

Meta