_mm_sqrt_pd
Microsoft Specific
Computes the square roots of the two double-precision, floating-point values of a
.
__m128d _mm_sqrt_pd(__m128d a);
SQRTPD
Return Value
r0 := sqrt(a0)
r1 := sqrt(a1)
Requirements
Header: emmintrin.h
END Microsoft Specific