Tags / Equivalents
vadd_s16() 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.
_mm_add_pi16() on Intel 64-bit - SSE4.2
Add packed 16-bit integers in "a" and "b", and store the results in "dst".
vaddq_s16() on Arm 64-bit - NEON
This instruction adds corresponding unsigned 8-bit integer elements of two vectors.
_mm512_add_epi16() on Intel 64-bit - AVX512
Add packed 16-bit integers in "a" and "b", and store the results in "dst".
_mm256_add_epi16() on Intel 64-bit - AVX2
Add packed 16-bit integers in a and b, and store the results in output.
_mm_add_epi16() on Intel 64-bit - SSE4.2
Add packed 16-bit integers in a and b, and store the results in output.