Tags / Equivalents
_mm256_add_pd() on Intel 64-bit - AVX2
Add packed double-precision (64-bit) floating-point elements in a and b
_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".
vaddq_f64() on Arm 64-bit - NEON
This instruction adds corresponding unsigned 8-bit integer elements of two vectors.
_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.