Rollup merge of #101861 - wesleywiser:update_stdarch, r=Amanieu
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``
This commit is contained in:
commit
92d8bf918c
3 changed files with 8 additions and 4 deletions
|
@ -11,7 +11,7 @@ crate-type = ["dylib", "rlib"]
|
|||
|
||||
[dependencies]
|
||||
alloc = { path = "../alloc" }
|
||||
cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
|
||||
cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
|
||||
panic_unwind = { path = "../panic_unwind", optional = true }
|
||||
panic_abort = { path = "../panic_abort" }
|
||||
core = { path = "../core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue