Intel® C++ Compiler 16.0 User and Reference Guide
Sets elements to equal specified single-precision floating point value. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __m512 __cdecl _mm512_set1_ps(float a); |
a |
single-precision floating-point value |
Sets all 16 elements of a float32 result vector to equal the single-precision floating-point value specified by a.
Returns a float32 vector with 16 elements equal to single-precision floating-point value, a.