Trait CodeAsmVinsertf32x8

Source
pub trait CodeAsmVinsertf32x8<T, U, V, W> {
    // Required method
    fn vinsertf32x8(
        &mut self,
        op0: T,
        op1: U,
        op2: V,
        op3: W,
    ) -> Result<(), IcedError>;
}

Required Methods§

Source

fn vinsertf32x8( &mut self, op0: T, op1: U, op2: V, op3: W, ) -> Result<(), IcedError>

Implementors§