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-EB321007-95A8-4033-81F0-8B7F8F33DD57
Visible to Intel only — GUID: GUID-EB321007-95A8-4033-81F0-8B7F8F33DD57
_mm256_undefined_si256
Returns a vector of eight packed doubleword integer elements. No corresponding Intel® AVX instruction.
Syntax
extern __m256i _mm256_undefined_si256(void); |
Description
This intrinsic returns a vector of eight packed doubleword integer elements. The content of the vector is not specified. The prototype of this intrinsic is in the immintrin.h header file.
Returns
A vector of eight packed doubleword integer elements.