Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Adds the eight signed 8-bit values in m1 to the eight signed 8-bit values in m2 and saturates.
__m64 _mm_adds_pi8 (__m64 m1 , __m64 m2);
PADDSB
Remarks
A synonym for _mm_adds_pi8 is _m_paddsb.
Requirements
Header: mmintrin.h
END Microsoft Specific