_mm256_permute2x128_si256

Shuffle 128-bits (composed of 2 packed (128-bit) integer elements) selected by imm8 from a and b. See the documentation as the imm8 format is quite complex.

nothrow @nogc pure @safe
__m256i
_mm256_permute2x128_si256
(
int imm8
)
(
__m256i a
,
__m256i b
)

Meta