pub trait CodeAsmVgatherpf0dpd<T> {
    // Required method
    fn vgatherpf0dpd(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods§

source

fn vgatherpf0dpd(&mut self, op0: T) -> Result<(), IcedError>

Implementors§