Intel® C++ Compiler Classic Developer Guide and Reference

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

_mm256_cvtsi256_si32

Extracts a 32-bit integer value.

Syntax

int _mm256_cvtsi256_si32(__m256i a);

Arguments

a

256-bit integer source vector

Description

Copies the least significant 32 bits of a to a 32-bit integer.

Returns

Result of the conversion operation.