pub unsafe fn _mm256_extract_epi32<const INDEX: i32>(a: __m256i) -> i32
Extracts a 32-bit integer from a, selected with INDEX.
a
INDEX
Intel’s documentation