_mm_move_sd
Microsoft Specific
Sets the lower double-precision, floating-point value to the lower double-precision, floating-point value of b.
__m128d _mm_move_sd (__m128d a, __m128d b);
MOVSD
Return Value
The upper double-precision, floating-point value is passed through from a.
r0 := b0
r1 := a1
Requirements
Header: emmintrin.h
END Microsoft Specific