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

Add support for byteswap intrinsics #4298

Merged
merged 1 commit into from
Dec 27, 2012

Conversation

auroranockert
Copy link
Contributor

Adds support for the llvm.bswap.i{8,16,32} intrinsics, which swaps the
byte order from little endian to big endian, or the reverse.

Adds support for the llvm.bswap.i{8,16,32} intrinsics, which swaps the
byte order from little endian to big endian, or the reverse.
catamorphism added a commit that referenced this pull request Dec 27, 2012
Add support for byteswap intrinsics
@catamorphism catamorphism merged commit 0873553 into rust-lang:incoming Dec 27, 2012
@catamorphism
Copy link
Contributor

Thanks!

flip1995 pushed a commit to flip1995/rust that referenced this pull request May 27, 2020
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 27, 2020
…e, r=flip1995

option_option test case rust-lang#4298

Adds regression test case for rust-lang#4298.

The bug seems still present although rust Playground said otherwise.

changelog: none
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 20, 2020
Remove `allow` in `option_option` lint test

As it is not triggering locally anymore, I propose to remove `#[allow(clippy::option_option)]` from the test.

The goal is also to see what happens on CI.

closes: rust-lang#4298

changelog: none
calebcartwright pushed a commit to calebcartwright/rust that referenced this pull request Mar 30, 2022
# Conflicts:
#	src/config/file_lines.rs
#	src/rustfmt/main.rs
#	src/test/mod.rs
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