Function core::arch::x86::_mm256_extract_epi32 1.27.0[−][src]
pub unsafe fn _mm256_extract_epi32<const INDEX: i32>(a: __m256i) -> i32
This is supported on x86 and target feature
avx2
only.Expand description
Extracts a 32-bit integer from a
, selected with INDEX
.