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
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue