_mm256_undefined_si128()

Returns a vector of eight packed doubleword integer elements.

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 header file.

Returns

A vector of eight packed doubleword integer elements.

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.