_mm_adds_epu16

Undocumented in source. Be warned that the author may not have intended to support it.
  1. __m128i _mm_adds_epu16(__m128i a, __m128i b)
    version(LDC)
    nothrow @nogc pure @trusted
    static if(__VERSION__ >= 2085)
    __m128i
    _mm_adds_epu16
    (
    __m128i a
    ,
    __m128i b
    )
  2. alias _mm_adds_epu16 = __builtin_ia32_paddusw128
  3. __m128i _mm_adds_epu16(__m128i a, __m128i b)

Meta