Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

<span class='option'>_mm256_set1_pd</span>

Initializes 256-bit vector with scalar double-precision floating point values. No corresponding Intel® AVX instruction.

Syntax

extern __m256d _mm256_set1_pd(double);

Arguments

double

a float64 value to be initialized into the 256-bit vector; there is one double parameter to initialize each float64 vector element

Description

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

Returns

A float64 vector with all elements set to the specified scalar double-precision floating point value.