Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_set1_epi32

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

Syntax

extern __m512i __cdecl _mm512_set1_epi32(int a);

Parameters

a

integer value

Description

Sets all 16 elements of an int32 result vector to equal integer value specified by a.

Returns

Returns an int32 vector with 16 elements each equal to integer value specified by a.