Skip to content

Commit c0662a0

Browse files
committed
Update the stdsimd submodule
Add a new cmpxchg16b intrinsics for x86_64!
1 parent a36b960 commit c0662a0

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)