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-2100A734-F038-4AAC-A7F5-7AD24B21928D
Visible to Intel only — GUID: GUID-2100A734-F038-4AAC-A7F5-7AD24B21928D
_mm256_set_pd
Initializes 256-bit vector with float64 values. No corresponding Intel® AVX instruction.
Syntax
extern __m256d _mm256_set_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) as specified by the double parameter.
Returns
A float64 vector initialized with specified double-precision floating point values.