Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_set1_ps

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).

Syntax

extern __m512  __cdecl _mm512_set1_ps(float a);

Parameters

a

single-precision floating-point value

Description

Sets all 16 elements of a float32 result vector to equal the single-precision floating-point value specified by a.

Returns

Returns a float32 vector with 16 elements equal to single-precision floating-point value, a.