Computes the square root of double-precision floating point values. The corresponding Intel® AVX instruction is VSQRTPD.
extern __m256d _mm256_sqrt_pd(__m256d a); |
a |
float64 source vector |
Performs a SIMD computation of the square roots of the two or four packed double-precision floating-point values (float64 values) in the source vector and returns the result of the square root operation.
Result of the square root operation.
Copyright © 1996-2011, Intel Corporation. All rights reserved.