Tags / Equivalents
_mm512_sqrt_ph() on Intel 64-bit - AVX512
Compute the square root of packed half-precision (16-bit) floating-point elements in "a", and store the results in "dst".
_mm256_sqrt_ph() on Intel 64-bit - AVX512
Compute the square root of packed half-precision (16-bit) floating-point elements in "a", and store the results in "dst".
_mm_sqrt_ph() on Intel 64-bit - AVX512
Compute the square root of packed half-precision (16-bit) floating-point elements in "a", and store the results in "dst".