Tags / Equivalents
_mm256_add_epi64() on Intel 64-bit - AVX2
Add packed 64-bit integers in a and b, and store the results in output.
_mm256_add_ps() on Intel 64-bit - AVX2
Add packed single-precision (32-bit) floating-point elements in a and b
_mm256_add_epi8() on Intel 64-bit - AVX2
Add packed 8-bit integers in a and b, and store the results in output.
_mm256_add_epi16() on Intel 64-bit - AVX2
Add packed 16-bit integers in a and b, and store the results in output.
_mm256_add_epi32() on Intel 64-bit - AVX2
Add packed 32-bit integers in a and b, and store the results in output.
_mm256_add_pd() on Intel 64-bit - AVX2
Add packed double-precision (64-bit) floating-point elements in a and b