Skip to content

Commit 85ddc4d

Browse files
authored
Rollup merge of rust-lang#57273 - alexcrichton:update-stdsimd, r=nikomatsakis
Update the stdsimd submodule Add a new cmpxchg16b intrinsics for x86_64 and some corrections for ARM/AArch64
2 parents 69d3c1a + c0662a0 commit 85ddc4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/libcore/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
#![feature(aarch64_target_feature)]
111111
#![feature(wasm_target_feature)]
112112
#![feature(avx512_target_feature)]
113+
#![cfg_attr(not(stage0), feature(cmpxchg16b_target_feature))]
113114
#![feature(const_slice_len)]
114115
#![feature(const_str_as_bytes)]
115116
#![feature(const_str_len)]

src/stdsimd

0 commit comments

Comments
 (0)