Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_setr_ps

Initializes float32 vector with 16 elements. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __m512 __cdecl _mm512_setr_ps(float e0, float e1, float e2, float e3, float e4, float e5, float e6, float e7, float e8, float e9, float e10, float e11, float e12, float e13, float e14, float e15);

Parameters

e0-e15

set of variables of type float to initialize the float32 vector

Description

Initializes a float32 vector with 16 elements from e0-e15.

Returns

Returns a float32 vector initialized with 16 elements from e0-e15.