_mm_add_epi64

Microsoft Specific

Adds the 2 signed or unsigned 64-bit integers in a to the 2 signed or unsigned 64-bit integers in b.

__m128i _mm_add_epi64 (__m128i a, __m128i b);
PADDQ

Return Value

r0 := a0 + b0
r1 := a1 + b1

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Arithmetic Operations (Integer SSE2 Intrinsics)