_mm256_unpackhi_ps

Unpack and interleave double-precision (64-bit) floating-point elements from the high half of each 128-bit lane in a and b.

nothrow @nogc pure @trusted
__m256
_mm256_unpackhi_ps
(
__m256 a
,
__m256 b
)

Meta