mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00: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:
parent
d7736ac714
commit
d905cbfd5d
4 changed files with 4 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue