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:
Tillmann Karras
2015-06-07 14:38:09 +02:00
parent 881f6db2ab
commit aec38466d9
7 changed files with 183 additions and 42 deletions

View File

@ -163,6 +163,7 @@ struct SCoreStartupParameter
bool bFastmem;
bool bFPRF;
bool bAccurateNaNs;
bool bCPUThread;
bool bDSPThread;