Tags / Equivalents

_mm_add_si64() on Intel 64-bit - SSE4.2

Add 64-bit integers a and b, and store the result in output.

 Intel 64-bit

_mm_add_epi64() on Intel 64-bit - SSE4.2

Add packed 64-bit integers in a and b, and store the results in output.

 Intel 64-bit

_mm_add_ps() on Intel 64-bit - SSE4.2

Add 4 each element in 4 x single-precision (32-bit) floating-point elements in a and b, and store the results in output.

 Intel 64-bit

_mm_add_epi8() on Intel 64-bit - SSE4.2

Add packed 8-bit integers in a and b, and store the results in dst.

 Intel 64-bit

_m_paddb() on Intel 64-bit - SSE4.2

Add packed 8-bit integers in "a" and "b", and store the results in "dst".

 Intel 64-bit

_mm_add_pi8() on Intel 64-bit - SSE4.2

Add packed 8-bit integers in "a" and "b", and store the results in "dst".

 Intel 64-bit

_mm_add_pi16() on Intel 64-bit - SSE4.2

Add packed 16-bit integers in "a" and "b", and store the results in "dst".

 Intel 64-bit

_m_paddw() on Intel 64-bit - SSE4.2

Add packed 16-bit integers in "a" and "b", and store the results in "dst".

 Intel 64-bit

_mm_add_epi16() on Intel 64-bit - SSE4.2

Add packed 16-bit integers in a and b, and store the results in output.

 Intel 64-bit

_m_paddd() on Intel 64-bit - SSE4.2

Add packed 32-bit integers in "a" and "b", and store the results in "dst".

 Intel 64-bit

_mm_add_pi32() on Intel 64-bit - SSE4.2

Add packed 32-bit integers in "a" and "b", and store the results in "dst".

 Intel 64-bit

_mm_add_epi32() on Intel 64-bit - SSE4.2

Add packed 32-bit integers in a and b, and store the results in output.

 Intel 64-bit

_mm_add_pd() on Intel 64-bit - SSE4.2

Add packed double-precision (64-bit) floating-point elements in a and b, and store the results in output.

 Intel 64-bit
 
Some data for your search? Something else? whatever.