_mm256_set_ps

Initializes 256-bit vector with float32 values. No corresponding Intel® AVX instruction.

Syntax

extern __m256 _mm256_set_ps(float, float, float, float, float, float, float, float);

Arguments

float

a float32 value to be initialized into the 256-bit vector; there are 8 float parameters, one for each float32 vector element

Description

Initializes a 256-bit vector with single-precision floating point values (float32 values) as specified by the float parameter.

Returns

A float32 vector initialized with specified single-precision floating point values.


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.