Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #125163 - ssukanmi:stdarch_arm_crc32, r=Amanieu
feat: update stdarch submodule for intrinsics on ARM Submodule update for stdarch library 10 commits in c0257c1660e78c80ad1b9136fcc5555b14da5b4c..df3618d9f35165f4bc548114e511c49c29e1fd9b 2024-04-22 01:24:03 +0200 to 2024-05-14 15:52:07 +0200 - feat: stabilization for stdarch_aarch64_crc32 - Add vec_insert and vec_extract - Remove libc dependency on Windows by using Win32 to get env vars - Add vec_orc - Simplify vec_andc implementation - Silence unexpected-cfgs - Add vec_mul - Remove `#![feature(inline_const)]` - Add `#[cfg_attr(miri, ignore)]` to tests of intrinsics that cannot be supported by Miri - Implement ARM `__ssat` and `__usat` functions r? Amanieu
- Loading branch information