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

compiler-rt: alu: add arithmetic shift right for i8 #134

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

wzmuda
Copy link
Contributor

@wzmuda wzmuda commented Jan 24, 2025

Summary

Implement the following polyfill:

  • __llvm_ashr_i8_i8

Details

No surprises here.

Checklist

  • Code is formatted by Rustfmt or scarb fmt.
  • Documentation has been updated if necessary.

@wzmuda wzmuda self-assigned this Jan 24, 2025
@wzmuda wzmuda requested a review from a team as a code owner January 24, 2025 23:48
Copy link
Collaborator

@iamrecursion iamrecursion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Implement the following polyfill:
- `__llvm_ashr_i8_i8`

Signed-off-by: Wojciech Zmuda <[email protected]>
@wzmuda wzmuda merged commit a69e352 into main Jan 27, 2025
10 checks passed
@wzmuda wzmuda deleted the wz/8b-arith-shr branch January 27, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants