Intel® C++ Compiler 16.0 User and Reference Guide
Sets eight elements to specified double-precision floating-point values. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __m512d __cdecl _mm512_set_pd(double e7, double e6, double e5, double e4, double e3, double e2, double e1, double e0); |
e0-e7 |
double-precision floating-point values |
Sets eight elements of a float64 vector according to values passed as parameters e0-e7 where the elements v7, v6,...v2, v1, v0 = e7, e6, ... e2, e1, e0.
Returns a float64 vector with eight elements of specified values e0-e7.