_mm_sll_epi16

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias _mm_sll_epi16 = __builtin_ia32_psllw128
  2. alias _mm_sll_epi16 = __builtin_ia32_psllw128
  3. __m128i _mm_sll_epi16(__m128i a, __m128i count)
  4. __m128i _mm_sll_epi16(__m128i a, __m128i count)
    nothrow @nogc deprecated pure @trusted
    static if(!(LDC_with_SSE2))
    static if(!(GDC_with_SSE2))
    static if(!(DMD_with_32bit_asm))
    __m128i
    _mm_sll_epi16
    (
    __m128i a
    ,
    __m128i count
    )

Meta