mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-09 22:37:34 +00:00
Update the stdsimd submodule
Add a new cmpxchg16b intrinsics for x86_64!
This commit is contained in:
parent
a36b960df6
commit
c0662a033e
@ -110,6 +110,7 @@
|
||||
#![feature(aarch64_target_feature)]
|
||||
#![feature(wasm_target_feature)]
|
||||
#![feature(avx512_target_feature)]
|
||||
#![cfg_attr(not(stage0), feature(cmpxchg16b_target_feature))]
|
||||
#![feature(const_slice_len)]
|
||||
#![feature(const_str_as_bytes)]
|
||||
#![feature(const_str_len)]
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 513e067908f3e2eb8b31ad1c12b2e0a62817e557
|
||||
Subproject commit ddb30221d7985e813b4214d14c2a560ed6ee0991
|
Loading…
Reference in New Issue
Block a user