Tags / Equivalents
_mm512_sqrt_ps() on Intel 64-bit - AVX512
Compute the square root of packed single-precision (32-bit) floating-point elements in "a", and store the results in "dst".
_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".
_mm512_sqrt_pd() on Intel 64-bit - AVX512
Compute the square root of packed double-precision (64-bit) floating-point elements in "a", and store the results in "dst".