-
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 module #48887
Update stdsimd module #48887
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
8486968
to
39a6960
Compare
You need to add
|
39a6960
to
4163c4a
Compare
Ah indeed! Running a build locally as well... |
@alexcrichton is there a way to add a build bot to If it takes too long to run we could just allow it to fail, and only try to make it pass before updating rust upstream. |
Travis passed, so @bors r+ |
📌 Commit 4163c4a has been approved by |
Update stdsimd module Pulls in a redesigned `std::simd` module as well as a replacement for the `is_target_feature_detected!` macro
4163c4a
to
512bafe
Compare
@bors: r=kennytm cc @QuietMisdreavus had to back out rust-lang/stdarch#367 due to #48912 (comment) |
📌 Commit 512bafe has been approved by |
Perhaps yeah but everything's changing a rapid enough pace right now it's probably best to figure these things out at integration time rather than slowing down either portion |
⌛ Testing commit 512bafe0afddee957431c45eb83e4ee76734da79 with merge 351cb6006cfa7c6eefd8806b5c21a7503eb45594... |
💔 Test failed - status-travis |
Pulls in a redesigned `std::simd` module as well as a replacement for the `is_target_feature_detected!` macro
512bafe
to
f2a8556
Compare
@bors: r=kennytm |
📌 Commit f2a8556 has been approved by |
Update stdsimd module Pulls in a redesigned `std::simd` module as well as a replacement for the `is_target_feature_detected!` macro
⌛ Testing commit f2a8556 with merge d12e1565ccec8e13f8e5e4cbbf84e825daea80ea... |
💔 Test failed - status-travis |
Update stdsimd module Pulls in a redesigned `std::simd` module as well as a replacement for the `is_target_feature_detected!` macro
Pulls in a redesigned
std::simd
module as well as a replacement for theis_target_feature_detected!
macro