_mm256_cvtpd_epi32

Converts packed double-precision float values to extended 32-bit integer values.The corresponding Intel® AVX instruction is VCVTPD2DQ.

Syntax

extern __m128i _mm256_cvtpd_epi32(__m256d m1);

Arguments

m1

float64 source vector

Description

Converts four packed double-precision floating-point values in the source vector, m1, to four packed signed doubleword integer (extended 32-bit integer) values in the destination.

Returns

Result of the conversion operation.


Submit feedback on this help topic

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