The OpenD Programming Language

_mm256_unpacklo_epi8

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

nothrow @nogc pure @trusted
__m256i
_mm256_unpacklo_epi8
(
__m256i a
,
__m256i b
)

Meta