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

feat: stabilization for stdarch_arm_crc32 #1573

Closed ssukanmi closed 1 month ago

ssukanmi commented 2 months ago

Stabilization for CRC32 intrinsics on ARM, for which the FCP has been completed https://github.com/rust-lang/rust/issues/117215

rustbot commented 2 months 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.

ssukanmi commented 1 month ago

Added new PR with suggested change and created a new issue for intrinsics on 32 bit ARM https://github.com/rust-lang/rust/issues/125085

Amanieu commented 1 month ago

Thanks! Now you just need to send a PR to rust-lang/rust to update the library/stdarch submodule.