intel-intrinsics v1.10.10 (2022-11-21T00:02:25Z)
Dub
Repo
_mm256_srli_epi32
inteli
avx2intrin
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
Source
See Implementation
inteli
avx2intrin
functions
_mm256_add_epi32
_mm256_and_si256
_mm256_cvtepu16_epi32
_mm256_extracti128_si256
_mm256_madd_epi16
_mm256_or_si256
_mm256_sad_epu8
_mm256_slli_epi16
_mm256_slli_epi32
_mm256_srli_epi16
_mm256_srli_epi32
_mm256_xor_si256
Shift packed 32-bit integers in a right by imm8 while shifting in zeros.