_mm_min_sd

Compare the lower double-precision (64-bit) floating-point elements in a and b, store the minimum value in the lower element of result, and copy the upper element from a to the upper element of result.

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

Meta