_mm_sad_pu8

Compute the absolute differences of packed unsigned 8-bit integers in a and b, then horizontally sum each consecutive 8 differences to produce four unsigned 16-bit integers, and pack these unsigned 16-bit integers in the low 16 bits of result.

nothrow @nogc pure @safe
__m64
_mm_sad_pu8
(
__m64 a
,
__m64 b
)

Meta