Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
1 change: 1 addition & 0 deletions Source/Core/Common/ArmCPUDetect.cpp
Expand Up @@ -68,6 +68,7 @@ void CPUInfo::Detect()
CPU64bit = true;
Mode64bit = true;
vendor = CPUVendor::ARM;
bFMA = true;
bFlushToZero = true;
bAFP = false;

Expand Down

0 comments on commit 4c37cc7

Please sign in to comment.