Tags / Equivalents
_mm256_abs_epi64() on Intel 64-bit - AVX512
Compute the absolute value of packed signed 64-bit integers in a, and store the unsigned results in output.
_mm_abs_epi64() on Intel 64-bit - AVX512
Compute the absolute value of packed signed 64-bit integers in a, and store the unsigned results in output.
_mm512_abs_epi64() on Intel 64-bit - AVX512
Compute the absolute value of packed signed 64-bit integers in a, and store the unsigned results in output.