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

JitArm64: Fix ps_cmpXX #9883

Merged
merged 1 commit into from Jul 11, 2021
Merged

Conversation

JosJuice
Copy link
Member

Passing a width of 64 and registers encoded as double to DUP resulted in an invalid instruction. The registers should be encoded as quads in this situation.

Fixes https://bugs.dolphin-emu.org/issues/12575.

Passing a width of 64 and registers encoded as double to
DUP resulted in an invalid instruction. The registers should
be encoded as quads in this situation.

Fixes https://bugs.dolphin-emu.org/issues/12575.
@degasus degasus merged commit 4157967 into dolphin-emu:master Jul 11, 2021
11 checks passed
@JosJuice JosJuice deleted the jitarm64-fix-ps-cmpxx branch July 11, 2021 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants