Intel® C++ Compiler 19.0 Developer Guide and Reference
Extracts a 32-bit integer value.
int _mm256_cvtsi256_si32(__m256i a); |
a |
256-bit integer source vector |
Copies the least significant 32 bits of a to a 32-bit integer.
Result of the conversion operation.