-
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
Remove MMX from Rust #76295
Remove MMX from Rust #76295
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
cc @Amanieu |
Updated, I'll squash commits afterwards. |
This comment has been minimized.
This comment has been minimized.
☔ 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:
|
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. |
LGTM but probably needs a sign-off from @rust-lang/compiler. |
@bors r=Amanieu,oli-obk |
📌 Commit 4f8e1c60aa5e1eb2f43f93021d9d1e2da6ac4ae9 has been approved by |
Don't you want me to squash commits first? I left them to make review easier but this causes mess in git history. |
✌️ @mati865 can now approve this pull request |
@bors r=Amanieu,oli-obk |
📌 Commit 5de2c95 has been approved by |
@bors rollup=iffy |
☀️ 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.