Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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

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.