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

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