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

Allow more than 64 ISA flags for jit interface. #73965

Merged
merged 1 commit into from
Aug 24, 2022

Commits on Aug 23, 2022

  1. Allow more than 64 ISA flags for jit interface.

    Details:
    Previously ISA flags were represented as bits in a 64 bit variable.
    This limited the total number of possible ISAs to 64. This change
    modifies this and starts using an array of 64 bit vars to store ISA flags.
    The main changes are in InstructionSetGenerator.cs. This drives a lot of other
    changes in this commit which are generated files.
    DeepakRajendrakumaran committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    efc70f7 View commit details
    Browse the repository at this point in the history