Uh oh!
There was an error while loading. Please reload this page.
Remove MMX from Rust - #76295
Conversation
rust-highfive
commented
Sep 3, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Sep 3, 2020
|
mati865
commented
Sep 3, 2020
cc @Amanieu |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mati865
commented
Sep 4, 2020
Updated, I'll squash commits afterwards. |
This comment has been minimized.
This comment has been minimized.
bors
commented
Sep 15, 2020
☔ The latest upstream changes (presumably #73166) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
danieldjewell
commented
Sep 19, 2020
Can someone please double check the above referenced issues in rust-lang/packed_simd and ripgrep? If these changes did make it into nightly on 2020-09-15 then this change would appear to be the root cause of the compilation failures. |
Amanieu
commented
Sep 19, 2020
LGTM but probably needs a sign-off from @rust-lang/compiler. |
oli-obk
commented
Sep 20, 2020
@bors r=Amanieu,oli-obk |
bors
commented
Sep 20, 2020
📌 Commit 4f8e1c60aa5e1eb2f43f93021d9d1e2da6ac4ae9 has been approved by |
mati865
commented
Sep 20, 2020
Don't you want me to squash commits first? I left them to make review easier but this causes mess in git history. |
oli-obk
commented
Sep 20, 2020
bors
commented
Sep 20, 2020
✌️ @mati865 can now approve this pull request |
mati865
commented
Sep 20, 2020
@bors r=Amanieu,oli-obk |
bors
commented
Sep 20, 2020
📌 Commit 5de2c95 has been approved by |
RalfJung
commented
Sep 20, 2020
@bors rollup=iffy |
bors
commented
Sep 21, 2020
bors
commented
Sep 21, 2020
☀️ Test successful - checks-actions, checks-azure |
Follow-up to rust-lang/stdarch#890
This removes most of MMX from Rust (tests pass with small changes), keeping stable
is_x86_feature_detected!("mmx")working.