Intel® C++ Compiler 16.0 User and Reference Guide
Initializes 256-bit vector with float64 values. No corresponding Intel® AVX instruction.
extern __m256d _mm256_set_pd(double, double, double, double); |
double |
a float64 value to be initialized into the 256-bit vector; there are four double parameters, one for each float64 vector element |
Initializes a 256-bit vector with double-precision floating point values (float64 values) as specified by the double parameter.
A float64 vector initialized with specified double-precision floating point values.