_mm_subs_epi16

Add packed 16-bit signed integers in a and b using signed saturation.

  1. __m128i _mm_subs_epi16(__m128i a, __m128i b)
  2. __m128i _mm_subs_epi16(__m128i a, __m128i b)
    version(LDC)
    nothrow @nogc pure @trusted
    static if(!(__VERSION__ >= 2085))
    static if(LDC_with_ARM)
    __m128i
    _mm_subs_epi16
    (
    __m128i a
    ,
    __m128i b
    )
  3. alias _mm_subs_epi16 = __builtin_ia32_psubsw128
  4. alias _mm_subs_epi16 = __builtin_ia32_psubsw128
  5. __m128i _mm_subs_epi16(__m128i a, __m128i b)

Meta