-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 the riscv_ext_intrinsics
feature for #114544
#114546
Add the riscv_ext_intrinsics
feature for #114544
#114546
Conversation
r? @b-naber (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
The job Click to see the possible cause of the failure (guessed by this bot)
|
Heya! I am a bit unfamiliar with this process and I cannot find exactly how to do this. I tried following this https://rustc-dev-guide.rust-lang.org/implementing_new_features.html, but this is for language features and not I am also failing to find another example of people using this process. Is this even needed for a library feature? |
Closing as this does not seem necessary anymore. |
This PR starts the implementation of #114544.
This feature is needed to remove the feature gate on
stdsimd
for the RISC-V intrinsics.