mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
JitArm64: Set FPCR.AH
Only tested on a CPU which does not support FEAT_AFP.
This commit is contained in:
parent
ff08b85740
commit
21ebc176fe
3 changed files with 26 additions and 4 deletions
|
@ -64,6 +64,7 @@ struct CPUInfo
|
|||
bool bCRC32 = false;
|
||||
bool bSHA1 = false;
|
||||
bool bSHA2 = false;
|
||||
bool bAFP = false; // Alternate floating-point behavior
|
||||
|
||||
// Call Detect()
|
||||
explicit CPUInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue