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
<span class='option'> _mm256_cvtpd_epi32</span>
Converts packed double-precision float values to extended 32-bit integer values.The corresponding Intel® AVX instruction is VCVTPD2DQ.
extern __m128i _mm256_cvtpd_epi32(__m256d m1); |
m1 |
float64 source vector |
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.
Result of the conversion operation.