_mm256_unpacklo_ps

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

nothrow @nogc
__m256
_mm256_unpacklo_ps
(
__m256 a
,
__m256 b
)

Meta