-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
update stdsimd dependency #58460
update stdsimd dependency #58460
Conversation
Update to at latest commit to silence this warning: ```warning: allow_internal_unstable expects list of feature names. In the future this will become a hard error. Please use `allow_internal_unstable(foo, bar)` to only allow the `foo` and `bar` features```
(rust_highfive has picked a reviewer for you, use r? to override) |
|
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Interesting. https://github.com/rust-lang-nursery/stdsimd/blob/00f88e7f2d7ec8ee9090514a03f3def3c106227c/crates/core_arch/src/lib.rs#L35 defines |
Thanks for this! As you've seen it's unfortunately a bit tricky on this update, but it's also being handled at #58373 so I'm gonna close this. |
Update to at latest commit (00f88e7) to silence this warning:
Fixes rust-lang/stdarch#681