mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #9816 from JosJuice/aarch64-fma-true
Common: Set bFMA to true for AArch64
This commit is contained in:
@@ -68,6 +68,7 @@ void CPUInfo::Detect()
|
||||
CPU64bit = true;
|
||||
Mode64bit = true;
|
||||
vendor = CPUVendor::ARM;
|
||||
bFMA = true;
|
||||
bFlushToZero = true;
|
||||
bAFP = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user