_mm_unpacklo_ps

Unpack and interleave single-precision (32-bit) floating-point elements from the low half of a and b.

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

Meta