_mm_mul_sd
Microsoft Specific
Multiplies the lower double-precision, floating-point values of a and b.
__m128d _mm_mul_sd(__m128d a, __m128d b);
MULSD
Return Value
The upper double-precision, floating-point is passed through from a.
r0 := a0 * b0
r1 := a1
Requirements
Header: emmintrin.h
END Microsoft Specific