mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-16 00:08:58 +02:00
Revert "fix for the fix of the fix"
This commit is contained in:
parent
77265157de
commit
48c732d7f6
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue