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: Support less-than-64-bit integers in Bitrev, Clz, Cls, and Popcnt instructions. #1528

Merged
merged 1 commit into from
Apr 18, 2020

Commits on Apr 17, 2020

  1. arm64: Support less-than-64-bit integers in Bitrev, Clz, Cls, and Pop…

    …cnt instructions.
    
    Includes a temporary bugfix for popcnt with 32-bit operand. The popcnt
    issue was initially identified by Benjamin Bouvier <public@benj.me>, and
    the root cause was debugged by Joey Gouly <joey.gouly@arm.com>. This
    patch is simply a quick fix that zero-extends the operand to 64 bits;
    Joey plans to contribute a more permanent fix shortly (tracked in
     bytecodealliance#1537).
    cfallin committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    5e53482 View commit details
    Browse the repository at this point in the history