_mm_add_si64
Classification
SSE_ALL, Arithmetic, CPUID Test: SSE2
Header File
Instruction
PADDQ mm, mm
Synopsis
_mm_add_si64(__m64 a, __m64 b);
Description
Add 64-bit integers "a" and "b", and store the result in "dst".
Operation
dst[63:0] := a[63:0] + b[63:0]