_mm_unpackhi_epi32

Unpack and interleave 32-bit integers from the high half of a and b.

nothrow @nogc pure @trusted
__m128i
_mm_unpackhi_epi32
(
__m128i a
,
__m128i b
)

Meta