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§