mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 19:24:27 +00:00
Revert "fix for the fix of the fix"
This commit is contained in:
parent
77265157de
commit
48c732d7f6
|
|
@ -824,7 +824,8 @@ void VisitFpModifiers(Info& info, IR::Inst& inst) {
|
|||
case IR::Opcode::FPUnordLessThanEqual32:
|
||||
case IR::Opcode::FPOrdGreaterThanEqual32:
|
||||
case IR::Opcode::FPUnordGreaterThanEqual32:
|
||||
case IR::Opcode::ConvertF16F32: {
|
||||
case IR::Opcode::ConvertF16F32:
|
||||
case IR::Opcode::ConvertF64F32: {
|
||||
const auto control{inst.Flags<IR::FpControl>()};
|
||||
switch (control.fmz_mode) {
|
||||
case IR::FmzMode::DontCare:
|
||||
|
|
|
|||
Loading…
Reference in a new issue