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