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
parent ff08b85740
commit 21ebc176fe
3 changed files with 26 additions and 4 deletions

View File

@ -63,13 +63,13 @@ CPUInfo::CPUInfo()
void CPUInfo::Detect()
{
// Set some defaults here
// When ARMv8 CPUs come out, these need to be updated.
HTT = false;
OS64bit = true;
CPU64bit = true;
Mode64bit = true;
vendor = CPUVendor::ARM;
bFlushToZero = true;
bAFP = false;
#ifdef __APPLE__
num_cores = std::thread::hardware_concurrency();