_mm_movelh_ps

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

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

Meta