mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
Merge pull request #9816 from JosJuice/aarch64-fma-true
Common: Set bFMA to true for AArch64
This commit is contained in:
commit
4c37cc7e5e
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ void CPUInfo::Detect()
|
||||||
CPU64bit = true;
|
CPU64bit = true;
|
||||||
Mode64bit = true;
|
Mode64bit = true;
|
||||||
vendor = CPUVendor::ARM;
|
vendor = CPUVendor::ARM;
|
||||||
|
bFMA = true;
|
||||||
bFlushToZero = true;
|
bFlushToZero = true;
|
||||||
bAFP = false;
|
bAFP = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue