Tags / Equivalents
_mm256_add_ps() on Intel 64-bit - AVX2
Add packed single-precision (32-bit) floating-point elements in a and b
vadd_f32() on Arm 64-bit - NEON
Floating-point Add (vector). This instruction adds corresponding vector elements in the two source SIMD&FP registers, writes the result into a vector, and writes the vector to the destination SIMD&FP register. All the values in this instruction are floating-point values.
_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".
_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.
vaddq_f32() on Arm 64-bit - NEON
This instruction adds corresponding unsigned 8-bit integer elements of two vectors.