Tags / Equivalents
vabsq_s8() on Arm 64-bit - NEON
Absolute value (vector). This instruction calculates the absolute value of each vector element in the source SIMD&FP register, puts the result into a vector, and writes the vector to the destination SIMD&FP register.
_mm_abs_pi8() on Intel 64-bit - SSE4.2
Compute the absolute value of packed signed 8-bit integers in a, and store the unsigned results in output.
_mm512_abs_epi8() on Intel 64-bit - AVX512
Compute the absolute value of packed signed 8-bit integers in "a", and store the unsigned results in "dst".
vec_abs() on IBM-Z 64-bit - IBM-Z
Returns a vector containing the absolute values of the contents of the given vector. The value of each element of the result is the absolute value of the corresponding element of a.
vabs_s8() on Arm 64-bit - NEON
Absolute value (vector). This instruction calculates the absolute value of each vector element in the source SIMD&FP register, puts the result into a vector, and writes the vector to the destination SIMD&FP register.
vec_abs() on IBM Power 9 64-bit - VSX
Returns a vector output that contains the absolute values of the contents of the vector a.
The value of each element of output is the absolute value of the corresponding element of a. For integer vectors, the arithmetic is modular.
_mm_abs_epi8() on Intel 64-bit - SSE4.2
Compute the absolute value of packed signed 8-bit integers in a, and store the unsigned results in output.
_mm256_abs_epi8() on Intel 64-bit - AVX2
Compute the absolute value of packed signed 8-bit integers in a, and store the unsigned results in output.