_mm256_shufflelo_epi16

Shuffle 16-bit integers in the low 64 bits of 128-bit lanes of a using the control in imm8. Store the results in the low 64 bits of 128-bit lanes of result, with the high 64 bits of 128-bit lanes being copied from from a. See also: _MM_SHUFFLE.

nothrow @nogc pure @safe
__m256i
_mm256_shufflelo_epi16
(
int imm8
)
(
__m256i a
)

Meta