Intel® C++ Compiler 16.0 User and Reference Guide
Sets all 16 elements to specified integer values. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __m512i __cdecl _mm512_set_epi32(int e15, int e14, int e13, int e12, int e11, int e10, int e9, int e8, int e7, int e6, int e5, int e4, int e3, int e2, int e1, int e0); |
e0-e15 |
integer values |
Sets 16 elements of a int32 vector according to values passed as parameters e0-e15, where the elements
v15, v14, v13, v12,...v3, v2, v1, v0 = e15, e14, e13, e12,...e3, e2, e1, e0.
Returns a int32 vector with 16 elements of specified values e0-e15.