Trait CodeAsmVcvtneps2bf16x

Source
pub trait CodeAsmVcvtneps2bf16x<T, U> {
    // Required method
    fn vcvtneps2bf16x(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}

Required Methods§

Source

fn vcvtneps2bf16x(&mut self, op0: T, op1: U) -> Result<(), IcedError>

Implementors§