_mm256_undefined_pd()

Returns a vector of four double precision floating point elements.

Syntax

extern __m256d _mm256_undefined_pd(void);

Description

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

Returns

A vector of four double precision floating point elements.

See Also


Submit feedback on this help topic

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