_mm_slli_epi64

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias _mm_slli_epi64 = __builtin_ia32_psllqi128
  2. alias _mm_slli_epi64 = __builtin_ia32_psllqi128
  3. __m128i _mm_slli_epi64(__m128i a, int imm8)
    nothrow @nogc pure @safe
    static if(!(LDC_with_SSE2))
    static if(!(GDC_with_SSE2))
    __m128i
    _mm_slli_epi64
    (
    __m128i a
    ,
    int imm8
    )

Meta