Intel® C++ Compiler 16.0 User and Reference Guide

_mm256_setr_pd

Initializes 256-bit vector with float64 values in reverse of specified order. No corresponding Intel® AVX instruction.

Syntax

extern __m256d _mm256_setr_pd(double, double, double, double);

Arguments

double

a float64 value to be initialized into the 256-bit vector; there are four double parameters, one for each float64 vector element

Description

Initializes a 256-bit vector with double-precision floating point values (float64 values) in reverse order as specified by the double parameter.

Returns

A float64 vector initialized with specified double-precision floating point values in reverse.