Tags / Equivalents
_mm512_abs_epi16() on Intel 64-bit - AVX512
Compute the absolute value of packed signed 16-bit integers in "a", and store the unsigned results in "dst".
_mm512_abs_epi32() on Intel 64-bit - AVX512
Compute the absolute value of packed signed 32-bit integers in "a", and store the unsigned results in "dst".
_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".
_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.
_mm512_abs_pd() on Intel 64-bit - AVX512
Finds the absolute value of each packed double-precision (64-bit) floating-point element in a, storing the results in output.
_mm512_abs_ps() on Intel 64-bit - AVX512
Finds the absolute value of each packed single-precision (32-bit) floating-point element in a, storing the results in output.
_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.
_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.