pub trait CodeAsmVcvtne2ps2bf16<T, U, V> {
// Required method
fn vcvtne2ps2bf16(
&mut self,
op0: T,
op1: U,
op2: V,
) -> Result<(), IcedError>;
}
pub trait CodeAsmVcvtne2ps2bf16<T, U, V> {
// Required method
fn vcvtne2ps2bf16(
&mut self,
op0: T,
op1: U,
op2: V,
) -> Result<(), IcedError>;
}