_mm_sad_epu8

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

Meta