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

JIT ARM64-SVE: Add simple bitwise ops #101762

Merged
merged 5 commits into from
May 3, 2024

Commits on May 1, 2024

  1. JIT ARM64-SVE: Add simple bitwise ops

    And,AndAcross,Or,OrAcross,Xor,XorAcross
    a74nh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c442956 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Fix fadda

    a74nh committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f312257 View commit details
    Browse the repository at this point in the history
  2. Fix unpkh/fexpa/frecpe

    a74nh committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f26f7ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a23e95 View commit details
    Browse the repository at this point in the history
  4. Fix API head comments

    a74nh committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8a92556 View commit details
    Browse the repository at this point in the history