logo
pub trait CodeAsmFmul2<T, U> {
    fn fmul_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}

Required Methods

Implementors