_mm256_srli_epi16

Shift packed 16-bit integers in a right by imm8 while shifting in zeros.

nothrow @nogc pure @trusted
__m256i
_mm256_srli_epi16
(
__m256i a
,
int imm8
)

Meta