Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-40BD85A8-945A-435E-8302-824E2F27F8B9
Visible to Intel only — GUID: GUID-40BD85A8-945A-435E-8302-824E2F27F8B9
_mm256_undefined_pd()
Returns a vector of four double precision floating point elements. No corresponding Intel® AVX instruction.
extern __m256d _mm256_undefined_pd(void); |
This intrinsic returns a vector of four double precision floating point elements. The content of the vector is not specified. The prototype of this intrinsic is in the immintrin.h header file.
A vector of four double precision floating point elements.