Intel® C++ Compiler 16.0 User and Reference Guide
Initializes float64 vector with eight elements. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __m512d __cdecl _mm512_setr_pd(double e0, double e1, double e2, double e3, double e4, double e5, double e6, double e7); |
e0-e7 |
set of variables of type double to initialize the float64 vector |
Initializes a float64 vector with eight elements from e0-e7.
Returns a float64 vector initialized with eight elements from e0-e7.