Intel® C++ Compiler 16.0 User and Reference Guide
Sets elements to equal specified integer value. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __m512i __cdecl _mm512_set1_epi32(int a); |
a |
integer value |
Sets all 16 elements of an int32 result vector to equal integer value specified by a.
Returns an int32 vector with 16 elements each equal to integer value specified by a.