_mm_movehl_ps

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

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

Meta