Function core::arch::x86_64::_mm_extract_epi641.27.0[][src]

pub unsafe fn _mm_extract_epi64<const IMM1: i32>(a: __m128i) -> i64
This is supported on x86-64 and target feature sse4.1 only.
Expand description

Extracts an 64-bit integer from a selected with IMM1

Intel’s documentation