mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Implement ArmFPURoundMode.cpp
Fixes https://bugs.dolphin-emu.org/issues/12388. Might also fix other games that have problems with float/paired instructions in JitArm64, but I haven't tested any.
This commit is contained in:
parent
aa3a96f048
commit
f96ee475e4
4 changed files with 81 additions and 2 deletions
|
@ -69,6 +69,7 @@ void CPUInfo::Detect()
|
|||
CPU64bit = true;
|
||||
Mode64bit = true;
|
||||
vendor = CPUVendor::ARM;
|
||||
bFlushToZero = true;
|
||||
|
||||
#ifdef _WIN32
|
||||
num_cores = std::thread::hardware_concurrency();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue