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

Use the target_feature "zbb" instead of "b" for RISC-V #536

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

AaronKutch
Copy link
Contributor

@AaronKutch AaronKutch commented Jul 6, 2023

When I first wrote this there was a unified "b" bitmanip extension, but recently it was frozen under multiple smaller extensions, of which Zbb is the correct one (https://github.com/riscv/riscv-bitmanip).
"zbb" is what shows on today's rustc --target=riscv64gc-unknown-linux-gnu --print target-features

@AaronKutch
Copy link
Contributor Author

CI failing because MIPS is unavailable

@Amanieu
Copy link
Member

Amanieu commented Jul 6, 2023

CI should be fixed by #537, can you rebase?

@Amanieu Amanieu merged commit dbb244a into rust-lang:master Jul 7, 2023
21 checks passed
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