Skip to content

Commit 7c4d478

Browse files
committed
Auto merge of #106774 - Nugine:master, r=Amanieu
Stabilize cmpxchg16b_target_feature Tracking issue for target features + #44839 stdarch issue + rust-lang/stdarch#827 stdarch PR + rust-lang/stdarch#1358 reference PR + rust-lang/reference#1331 It's my first time contributing to rust-lang/rust. Please tell me if I missed something.
2 parents 136e9cc + 5b20b20 commit 7c4d478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@
244244
// Target features:
245245
#![feature(arm_target_feature)]
246246
#![feature(avx512_target_feature)]
247-
#![feature(cmpxchg16b_target_feature)]
248247
#![feature(hexagon_target_feature)]
249248
#![feature(mips_target_feature)]
250249
#![feature(powerpc_target_feature)]
@@ -253,6 +252,7 @@
253252
#![feature(sse4a_target_feature)]
254253
#![feature(tbm_target_feature)]
255254
#![feature(wasm_target_feature)]
255+
#![cfg_attr(bootstrap, feature(cmpxchg16b_target_feature))]
256256

257257
// allow using `core::` in intra-doc links
258258
#[allow(unused_extern_crates)]

0 commit comments

Comments
 (0)