mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Don't set DAZ on x86 in non-IEEE mode.
I have no idea why we were using it in the first place; it doesn't match the behavior of PPC NI flag.
This commit is contained in:
@ -77,7 +77,6 @@ struct CPUInfo
|
||||
|
||||
// Turn the cpu info into a string we can show
|
||||
std::string Summarize();
|
||||
bool IsUnsafe();
|
||||
|
||||
private:
|
||||
// Detects the various cpu features
|
||||
|
Reference in New Issue
Block a user