Skip to content

add 32 bit shift instructions #371

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

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Conversation

maxaudron
Copy link
Contributor

  • add 32 bit shift instructions to src/int/shift.rs
    __ashlsi3
    __ashrsi3
    __lshrsi3

  • add int_impl! for 16 bit numbers and large_int! for i32 and u32

  • add tests in testcrate/build.rs

* add 32 bit shift instructions to src/int/shift.rs
  __ashlsi3
  __ashrsi3
  __lshrsi3

* add int_impl! for 16 bit numbers and large_int! for i32 and u32

* add tests in testcrate/build.rs
@Amanieu Amanieu merged commit b8fb0b1 into rust-lang:master Sep 3, 2020
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
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