_mm_sub_sd

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

nothrow @nogc pure @trusted
__m128d
_mm_sub_sd
(
__m128d a
,
__m128d b
)

Meta