about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2019-01-05 23:56:51 +0800
committerGitHub <noreply@github.com>2019-01-05 23:56:51 +0800
commit85ddc4d15005fef706df0991513f3e6714333eea (patch)
tree95ba7ad4f467d5207f145c99753847ddbfb02f4f /src/libcore
parent69d3c1a1882e9a4e9a814add58fab3d735af5c32 (diff)
parentc0662a033e53106465c75b44adfa6a14304ea1ac (diff)
downloadrust-85ddc4d15005fef706df0991513f3e6714333eea.tar.gz
rust-85ddc4d15005fef706df0991513f3e6714333eea.zip
Rollup merge of #57273 - alexcrichton:update-stdsimd, r=nikomatsakis
Update the stdsimd submodule

Add a new cmpxchg16b intrinsics for x86_64 and some corrections for ARM/AArch64
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 5ea765d3585..19bf4ab15bf 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -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)]