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 signed or unsigned 64-bit integer a to the signed or unsigned 64-bit integer b.
__m64 _mm_add_si64 (__m64 a, __m64 b);
PADDQ
Return Value
r := a + b
Requirements
Header: emmintrin.h
END Microsoft Specific