[−][src]Function core_arch::x86::_m_pextrw
pub unsafe fn _m_pextrw(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.