[][src]Function core::arch::x86_64::_m_pextrw

pub unsafe fn _m_pextrw(a: __m64, imm2: i32) -> i32
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86-64 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.