_mm_mul_sd

Multiply the lower double-precision (64-bit) floating-point element in a and b, store the result 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_mul_sd
(
__m128d a
,
__m128d b
)

Meta