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-484EC4C3-954D-470F-80EE-FBADA2E9F301
Visible to Intel only — GUID: GUID-484EC4C3-954D-470F-80EE-FBADA2E9F301
_mm256_undefined_ps()
Returns a vector of eight single precision floating point elements. No corresponding Intel® AVX instruction.
extern __m256 _mm256_undefined_ps(void); |
This intrinsic returns a vector of eight single 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 eight single precision floating point elements.