mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Implement float comparison instruction.
This commit is contained in:
@@ -341,6 +341,7 @@ int main()
|
||||
break;
|
||||
|
||||
case PPC_INST_FCMPU:
|
||||
std::println(f, "\tctx.cr{}.compare(ctx.f{}.f64, ctx.f{}.f64);", insn.operands[0], insn.operands[1], insn.operands[2]);
|
||||
break;
|
||||
|
||||
case PPC_INST_FCTID:
|
||||
|
Reference in New Issue
Block a user