rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
598 stars 255 forks source link

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

Closed TDecking closed 3 weeks ago

TDecking commented 3 weeks ago

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 commented 3 weeks ago

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.