_mm256_srl_epi64

Shift packed 64-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 > 63, result is defined to be all zeroes. Note: prefer _mm256_srli_epi64, less of a trap.

nothrow @nogc pure @trusted
__m256i
_mm256_srl_epi64
(
__m256i a
,
__m128i count
)

Meta