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