mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 09:35:30 +00:00
Update stdarch This pulls in the following changes: - [Use simd_bitmask intrinsic in a couple of places](9f0928782b) - [Remove simd_shuffle<n> usage in favor of simd_shuffle](3fd17e4607) - [Remove late specifiers in __cpuid_count](f1db941633) - Helps with #101346 - [Use mov and xchg instead of movl(q) and xchgl(q)](3049a31937) - [Bump cfg-if dependency to 1.0](f305cc83e7) - [Fix documentation of __m256bh and __m512bh structs](699c093a42) r? ``@Amanieu``