_mm_move_sd

Move the lower double-precision (64-bit) floating-point element from b to the lower element of result, and copy the upper element from a to the upper element of dst.

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

Meta