_mm256_srli_epi32

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

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

Meta