Intel® C++ Compiler 16.0 User and Reference Guide
Sets elements to equal specified long 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_epi64(__int64 a); |
a |
long integer value |
Sets all eight elements of the int64 result vector to equal the long integer value specified by a.
Returns an int64 vector with eight elements, each equal to the long integer value, a.