Trait bitintr::x86::bmi2::PEXT [] [src]

pub trait PEXT {
    fn pext(self, _: Self) -> Self;
}

Method version of pext.

Required Methods

Implementors