Skip to content
Permalink
Browse files
Merge pull request #9816 from JosJuice/aarch64-fma-true
Common: Set bFMA to true for AArch64
  • Loading branch information
leoetlino committed Jun 15, 2021
2 parents ee58f1c + 2b88a46 commit 4c37cc7
Showing 1 changed file with 1 addition and 0 deletions.
@@ -68,6 +68,7 @@ void CPUInfo::Detect()
CPU64bit = true;
Mode64bit = true;
vendor = CPUVendor::ARM;
bFMA = true;
bFlushToZero = true;
bAFP = false;

0 comments on commit 4c37cc7

Please sign in to comment.