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

pub trait MULX: Sized {
    fn mulx(self, _: Self) -> (Self, Self);
}

Method version of mulx.

Required Methods

Implementors