Skip to content

Commit 5b20b20

Browse files
committed
Stabilize cmpxchg16b_target_feature
1 parent b2ce765 commit 5b20b20

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
@@ -241,7 +241,6 @@
241241
// Target features:
242242
#![feature(arm_target_feature)]
243243
#![feature(avx512_target_feature)]
244-
#![feature(cmpxchg16b_target_feature)]
245244
#![feature(hexagon_target_feature)]
246245
#![feature(mips_target_feature)]
247246
#![feature(powerpc_target_feature)]
@@ -250,6 +249,7 @@
250249
#![feature(sse4a_target_feature)]
251250
#![feature(tbm_target_feature)]
252251
#![feature(wasm_target_feature)]
252+
#![cfg_attr(bootstrap, feature(cmpxchg16b_target_feature))]
253253

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

0 commit comments

Comments
 (0)