_mm_rcp_psĀ
Microsoft Specific
Computes the approximations of reciprocals of the four single-precision, floating-point values of a
.
__m128 _mm_rcp_ps(__m128 a );
RCPPS
Return Value
r0 := recip(a0)
r1 := recip(a1)
r2 := recip(a2)
r3 := recip(a3)
Requirements
Header: mmintrin.h
END Microsoft Specific