Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public

Visible to Intel only — GUID: GUID-F71665DB-C508-4B25-80E5-A7957184F25F

Document Table of Contents

_mm256_cvtepi32_ps

Converts extended packed 32-bit integer values to packed single-precision floating point values. The corresponding Intel® AVX instruction is VCVTDQ2PS.

Syntax

extern __m256 _mm256_cvtepi32_ps(__m256i m1);

Arguments

m1

integer source vector /operand

Description

Converts eight packed signed doubleword integers in the source vector m1 to eight packed single-precision floating-point values.

Returns

Result of the conversion operation.