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

Required Methods

Implementors