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

Required Methods§

source

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

Implementors§