We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ce765 commit 5b20b20Copy full SHA for 5b20b20
core/src/lib.rs
@@ -241,7 +241,6 @@
241
// Target features:
242
#![feature(arm_target_feature)]
243
#![feature(avx512_target_feature)]
244
-#![feature(cmpxchg16b_target_feature)]
245
#![feature(hexagon_target_feature)]
246
#![feature(mips_target_feature)]
247
#![feature(powerpc_target_feature)]
@@ -250,6 +249,7 @@
250
249
#![feature(sse4a_target_feature)]
251
#![feature(tbm_target_feature)]
252
#![feature(wasm_target_feature)]
+#![cfg_attr(bootstrap, feature(cmpxchg16b_target_feature))]
253
254
// allow using `core::` in intra-doc links
255
#[allow(unused_extern_crates)]
0 commit comments