_mm_sqrt_sd
Microsoft Specific
Computes the square root of the lower double-precision, floating-point value of b.
__m128d _mm_sqrt_sd(__m128d a, __m128d b);
SQRTSD
Return Value
The upper double-precision, floating-point value is passed through from a.
r0 := sqrt(b0)
r1 := a1
Requirements
Header: emmintrin.h
END Microsoft Specific