_mm_sqrt_ps
Microsoft Specific
Computes the square roots of the four single-precision, floating-point values of a.
__m128 _mm_sqrt_ps(__m128 a );
SQRTPS
Return Value
r0 := sqrt(a0)
r1 := sqrt(a1)
r2 := sqrt(a2)
r3 := sqrt(a3)
Requirements
Header: mmintrin.h
END Microsoft Specific