_mm_add_si64
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