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