Skip to content
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

Use stdsimd instead of LLVM imports in more instances. #1584

Merged
merged 9 commits into from
Jun 16, 2024

Conversation

TDecking
Copy link
Contributor

Continuation of #790. Back then, there were instances where it was not possible to use the generic SIMD intrinsics due to LLVM bugs. These bugs have since then been fixed.

@rustbot
Copy link
Collaborator

rustbot commented Jun 16, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.

@TDecking TDecking changed the title Use stdsimd instead of LLVM inports in more instances. Use stdsimd instead of LLVM imports in more instances. Jun 16, 2024
@Amanieu Amanieu merged commit 9158465 into rust-lang:master Jun 16, 2024
29 checks passed
@TDecking TDecking deleted the llvm-import-removal branch June 17, 2024 00:09
@RalfJung
Copy link
Member

RalfJung commented Aug 7, 2024

@bjorn3 @antoyo the cranelift and GCC backends also seem to have special handling for some of these intrinsics that are now dead code and could possibly be removed.

@bjorn3
Copy link
Member

bjorn3 commented Aug 7, 2024

Removed in rust-lang/rustc_codegen_cranelift@14d020f, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants