mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
JitArm64: Set FPCR.AH
Only tested on a CPU which does not support FEAT_AFP.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user