_mm_shufflelo_epi16

Shuffle 16-bit integers in the low 64 bits of a using the control in imm8. Store the results in the low 64 bits of result, with the high 64 bits being copied from from a to result.

nothrow @nogc pure @safe
__m128i
_mm_shufflelo_epi16
(
int imm8
)
(
__m128i a
)

See Also

_MM_SHUFFLE.

Meta