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-595FB092-0EA7-4C75-A1EB-528232F207A9
Visible to Intel only — GUID: GUID-595FB092-0EA7-4C75-A1EB-528232F207A9
_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.