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

Fix register check in LivenessAnalyzer::isMMX #1644

Merged
merged 3 commits into from
Dec 22, 2023

Commits on Dec 13, 2023

  1. Fix register check in LivenessAnalyzer::isMMX

    There is no requirement that the two values for MMX be the same
    between the two architectures.
    hainest committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    40475f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fix value check

    MMX has the value 0x00090000, so any category with those two bits set
    will match. Instead, we want to match the third nibble exactly.
    hainest committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4737077 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    5282ad0 View commit details
    Browse the repository at this point in the history