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