[−][src]Function boolean_enums::lstd::arch::x86::_mm_extract_pi16
pub unsafe fn _mm_extract_pi16(a: __m64, imm2: i32) -> i32
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on x86 and target feature
sse,mmx
only.Extracts 16-bit element from a 64-bit vector of [4 x i16]
and
returns it, as specified by the immediate integer operand.