]> git.lizzy.rs Git - rust.git/commitdiff
Update the stdsimd submodule
authorAlex Crichton <alex@alexcrichton.com>
Wed, 2 Jan 2019 17:52:46 +0000 (09:52 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 2 Jan 2019 19:37:59 +0000 (11:37 -0800)
Add a new cmpxchg16b intrinsics for x86_64!

src/libcore/lib.rs
src/stdsimd

index 5ea765d3585a2e554e416705031e274221891342..19bf4ab15bfc4e42ea76df6d40f65970b8e461da 100644 (file)
 #![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)]
index 513e067908f3e2eb8b31ad1c12b2e0a62817e557..ddb30221d7985e813b4214d14c2a560ed6ee0991 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 513e067908f3e2eb8b31ad1c12b2e0a62817e557
+Subproject commit ddb30221d7985e813b4214d14c2a560ed6ee0991