Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
Document Table of Contents

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