Shift packed 32-bit integers in a right by count while shifting in zeroes. Bit-shift is a single value in the low-order 64-bit of count. If bit-shift > 31, result is defined to be all zeroes. Note: prefer _mm256_srli_epi32, less of a trap.
See Implementation
Shift packed 32-bit integers in a right by count while shifting in zeroes. Bit-shift is a single value in the low-order 64-bit of count. If bit-shift > 31, result is defined to be all zeroes. Note: prefer _mm256_srli_epi32, less of a trap.