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

Arm64: Fixes MapSelectCC FGT flag #1426

Merged
merged 2 commits into from
Dec 8, 2021

Commits on Dec 8, 2021

  1. Arm64: Fixes MapSelectCC FGT flag

    As a continuation to FEX-Emu#1404, this was mapped to the incorrect Arm64 flags
    Sonicadvance1 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f2de640 View commit details
    Browse the repository at this point in the history
  2. unittests: Adds tests for handling cmp merging

    As a continuation to FEX-Emu#1404 these unit tests were needing to be added.
    This tests both select and conditional branch merging for integer ops
    and float ops.
    
    This is what discovered the issue fixed in f2de640
    Sonicadvance1 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    77a032a View commit details
    Browse the repository at this point in the history