The OpenD Programming Language

_mm256_unpackhi_epi16

Unpack and interleave 16-bit integers from the high half of each 128-bit lane in a and b.

nothrow @nogc pure @safe
__m256i
_mm256_unpackhi_epi16
(
__m256i a
,
__m256i b
)

Meta