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