JitArm64: Set FPCR.AH

Only tested on a CPU which does not support FEAT_AFP.
This commit is contained in:
JosJuice 2021-05-26 14:38:29 +02:00
commit 21ebc176fe
3 changed files with 26 additions and 4 deletions

View file

@ -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();