Update the stdsimd submodule

Add a new cmpxchg16b intrinsics for x86_64!
This commit is contained in:
Alex Crichton
2019-01-02 09:52:46 -08:00
parent a36b960df6
commit c0662a033e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)]