Skip to content

Commit

Permalink
Rollup merge of rust-lang#57273 - alexcrichton:update-stdsimd, r=niko…
Browse files Browse the repository at this point in the history
…matsakis

Update the stdsimd submodule

Add a new cmpxchg16b intrinsics for x86_64 and some corrections for ARM/AArch64
  • Loading branch information
kennytm committed Jan 5, 2019
2 parents 69d3c1a + c0662a0 commit 85ddc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libcore/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion src/stdsimd

0 comments on commit 85ddc4d

Please sign in to comment.