_mm_srli_epi64

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

  1. __m128i _mm_srli_epi64(__m128i a, int imm8)
  2. __m128i _mm_srli_epi64(__m128i a, int imm8)
  3. __m128i _mm_srli_epi64(__m128i a, int imm8)
    nothrow @nogc pure @trusted
    static if(!(GDC_with_SSE2))
    static if(!(LDC_with_SSE2))
    __m128i
    _mm_srli_epi64
    (
    __m128i a
    ,
    int imm8
    )

Meta