Revert "[CPU] Detect FPSCR exceptions in UpdateFPSCR for Rc=1 FPU instructions"

This reverts commit a769d70761.
Causes audio issues in The Godfather
This commit is contained in:
Herman S.
2026-02-22 20:28:27 +09:00
parent b2b1307822
commit 9190ce3e36
4 changed files with 2136 additions and 151 deletions

View File

@@ -59,8 +59,7 @@ class PPCHIRBuilder : public hir::HIRBuilder {
void UpdateCR6(Value* src_value);
Value* LoadFPSCR();
void StoreFPSCR(Value* value);
void UpdateFPSCR(Value* result, bool update_cr1, Value* src1 = nullptr,
Value* src2 = nullptr, Value* src3 = nullptr);
void UpdateFPSCR(Value* result, bool update_cr1);
void CopyFPSCRToCR1();
Value* LoadXER();
void StoreXER(Value* value);