Common: Set bFMA to true for AArch64 #9816
Merged
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Without this, the code added in PR #9804 misbehaves and considers AArch64 netplay clients to not have hardware FMA support, telling all clients to disable FMA support, which causes a desync between x64 and AArch64 due to JitArm64 not being able to disable FMA support. (The ability for JitArm64 to do so is added in PR #9815, but I thought I would submit this fix separately since that PR likely will take longer to review.)