mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +00:00
Interpreter: Fix FPRF handling of denormal singles
This commit is contained in:
parent
def5666419
commit
d56721ebb9
6 changed files with 47 additions and 42 deletions
|
@ -87,7 +87,6 @@ enum PPCFpClass
|
|||
// Uses PowerPC conventions for the return value, so it can be easily
|
||||
// used directly in CPU emulation.
|
||||
u32 ClassifyDouble(double dvalue);
|
||||
// More efficient float version.
|
||||
u32 ClassifyFloat(float fvalue);
|
||||
|
||||
struct BaseAndDec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue