logo
pub trait CodeAsmVpermt2w<T, U, V> {
    fn vpermt2w(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
}

Required Methods

Implementors