_mm_move_ss

Move the lower single-precision (32-bit) floating-point element from b to the lower element of result, and copy the upper 3 packed elements from a to the upper elements of result.

nothrow @nogc pure @trusted
__m128
_mm_move_ss
(
__m128 a
,
__m128 b
)

Meta