Merge pull request #9816 from JosJuice/aarch64-fma-true

Common: Set bFMA to true for AArch64
This commit is contained in:
Léo Lam
2021-06-15 13:04:21 +02:00
committed by GitHub

View File

@ -68,6 +68,7 @@ void CPUInfo::Detect()
CPU64bit = true;
Mode64bit = true;
vendor = CPUVendor::ARM;
bFMA = true;
bFlushToZero = true;
bAFP = false;