Tags / Equivalents
_mm512_add_epi64() on Intel 64-bit - AVX512
Add packed 64-bit integers in "a" and "b", and store the results in "dst".
_mm512_add_ps() on Intel 64-bit - AVX512
Add packed single-precision (32-bit) floating-point elements in "a" and "b", and store the results in "dst".
_mm512_add_epi8() on Intel 64-bit - AVX512
Add packed 8-bit integers in "a" and "b", and store the results in "dst".
_mm512_add_ph() on Intel 64-bit - AVX512
Add packed half-precision (16-bit) floating-point elements in a and b, and store the results in output.
_mm_add_ph() on Intel 64-bit - AVX512
Add packed half-precision (16-bit) floating-point elements in a and b, and store the results in output.
_mm256_add_ph() on Intel 64-bit - AVX512
Add packed half-precision (16-bit) floating-point elements in a and b, and store the results in output.
_mm512_add_epi16() on Intel 64-bit - AVX512
Add packed 16-bit integers in "a" and "b", and store the results in "dst".
_mm512_add_epi32() on Intel 64-bit - AVX512
Add packed 32-bit integers in "a" and "b", and store the results in "dst".
_mm512_add_pd() on Intel 64-bit - AVX512
Add packed double-precision (64-bit) floating-point elements in "a" and "b", and store the results in "dst".