Tags / Equivalents
vabsh_f16() on Arm 64-bit - NEON
Floating-point Absolute value (vector). This instruction calculates the absolute value of each vector element in the source SIMD&FP register, writes the result to a vector, and writes the vector to the destination SIMD&FP register.
vabs_f16() 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.
_mm256_abs_ph() on Intel 64-bit - AVX512
Finds the absolute value of each packed half-precision (16-bit) floating-point element in a, storing the results in output.
_mm_abs_ph() on Intel 64-bit - AVX512
Finds the absolute value of each packed half-precision (16-bit) floating-point element in a, storing the results in output.
vabsq_f16() 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.
_mm512_abs_ph() on Intel 64-bit - AVX512
Finds the absolute value of each packed half-precision (16-bit) floating-point element in a, storing the results in output.