Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common: Set bFMA to true for AArch64 #9816

Merged
merged 1 commit into from Jun 15, 2021

Conversation

JosJuice
Copy link
Member

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.)

Without this, the code added in ac28b89 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.
@leoetlino leoetlino merged commit 4c37cc7 into dolphin-emu:master Jun 15, 2021
11 checks passed
@JosJuice JosJuice deleted the aarch64-fma-true branch June 15, 2021 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants