Function core::arch::x86_64::_mm_extract_epi64

1.27.0 · source ·
pub unsafe fn _mm_extract_epi64(a: __m128i, const IMM1: i32) -> i64
Available on x86-64 and target feature sse4.1 only.
Expand description

Extracts an 64-bit integer from a selected with IMM1

Intel’s documentation