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
commit 4c37cc7e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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