Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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