Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-53E87D8F-C75A-42F5-84DD-6BBE98EF7249
Visible to Intel only — GUID: GUID-53E87D8F-C75A-42F5-84DD-6BBE98EF7249
_mm256_rcp_ps
Computes approximate reciprocals of float32 values. The corresponding Intel® AVX instruction is VRCPPS.
Syntax
extern __m256 _mm256_rcp_ps(__m256 a); |
Arguments
a |
float32 source vector |
Description
Performs a computation of the reciprocal of eight single-precision floating point elements of the source vector a and returns the result as a vector.
Returns
Result of the reciprocal operation.