mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Jit64: optionally accurate NaNs
When AccurateNaNs is enabled, NaNs are handled accurately by checking for NaN results and choosing the correct input NaN or replacing x86's generated -QNaN with +QNaN.
This commit is contained in:
@ -163,6 +163,7 @@ struct SCoreStartupParameter
|
||||
|
||||
bool bFastmem;
|
||||
bool bFPRF;
|
||||
bool bAccurateNaNs;
|
||||
|
||||
bool bCPUThread;
|
||||
bool bDSPThread;
|
||||
|
Reference in New Issue
Block a user