_mm256_shuffle_epi8

Shuffle 8-bit integers in a within 128-bit lanes according to shuffle control mask in the corresponding 8-bit element of b.

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

Meta