Visible to Intel only — GUID: GUID-8E1B4D5D-432B-4FB4-B69B-9AA6657AB3A9
Visible to Intel only — GUID: GUID-8E1B4D5D-432B-4FB4-B69B-9AA6657AB3A9
_mm256_setr_pd
Initializes 256-bit vector with float64 values in reverse of specified order. No corresponding Intel® AVX instruction.
Syntax
extern __m256d _mm256_setr_pd(double, double, double, double); |
Arguments
double |
a float64 value to be initialized into the 256-bit vector; there are four double parameters, one for each float64 vector element |
Description
Initializes a 256-bit vector with double-precision floating point values (float64 values) in reverse order as specified by the double parameter.
Returns
A float64 vector initialized with specified double-precision floating point values in reverse.