Visible to Intel only — GUID: GUID-F156A96C-C85E-463E-AFE4-798251902352
Visible to Intel only — GUID: GUID-F156A96C-C85E-463E-AFE4-798251902352
<span class='option'>_mm256_setr_ps</span>
Initializes 256-bit vector with float32 values in reverse of specified order. No corresponding Intel® AVX instruction.
extern __m256 _mm256_setr_ps(float, float, float, float, float, float, float, float); |
float |
a float32 value to be initialized into the 256-bit vector; there are eight float parameters, one for each float32 vector element |
Initializes a 256-bit vector with single-precision floating point values (float32 values) in reverse order as specified by the float parameter.
A float32 vector initialized with specified single-precision floating point values in reverse.