Method mm256_rsqrt_ps
mm256_rsqrt_ps(v256)
Compute the approximate reciprocal square root of packed single-precision (32-bit) floating-point elements in a, and store the results in dst. The maximum relative error for this approximation is less than 1.5*2^-12.
Declaration
public static v256 mm256_rsqrt_ps(v256 a)
Parameters
| Type | Name | Description | 
|---|---|---|
| v256 | a | Vector a  | 
Returns
| Type | Description | 
|---|---|
| v256 | Vector  | 
Remarks
**** VRSQRTPS ymm1, ymm2/v256