Tags / Equivalents
_mm256_abs_epi16() on Intel 64-bit - AVX2
Compute the absolute value of packed signed 16-bit integers in a, and store the unsigned results in output.
_mm256_abs_epi32() on Intel 64-bit - AVX2
Compute the absolute value of packed signed 32-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.