logo
pub trait CodeAsmPsubusw<T, U> {
    fn psubusw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}

Required Methods

Implementors