Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Shifts the 2 signed or unsigned 64-bit integers in a right by count bits while shifting in zeros.
__m128i _mm_srl_epi64 (__m128i a, __m128i count);
PSRLQ
Return Value
r0 := srl(a0, count)
r1 := srl(a1, count)
Requirements
Header: emmintrin.h
END Microsoft Specific