afonso360 opened PR #4305 from aarch64-cls
to main
:
The previous
cls
code was producing wrong results when fed with a -1 i8.The fix here is to sign extend instead of zero extending since we want
to keep the sign bit as one in order for it to be counted correctly in the aarch64cls
instructionThis also merges the interpreter only tests now that aarch64 correctly supports this instruction
Fixes #3248 for aarch64.
afonso360 updated PR #4305 from aarch64-cls
to main
.
akirilov-arm submitted PR review.
fitzgen merged PR #4305.
Last updated: Nov 22 2024 at 16:03 UTC