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 ce50cc2 commit 7bfe9d7Copy full SHA for 7bfe9d7
core/src/lib.rs
@@ -238,7 +238,6 @@
238
#![feature(arm_target_feature)]
239
#![feature(avx512_target_feature)]
240
#![feature(cmpxchg16b_target_feature)]
241
-#![feature(f16c_target_feature)]
242
#![feature(hexagon_target_feature)]
243
#![feature(mips_target_feature)]
244
#![feature(powerpc_target_feature)]
@@ -247,6 +246,7 @@
247
246
#![feature(sse4a_target_feature)]
248
#![feature(tbm_target_feature)]
249
#![feature(wasm_target_feature)]
+#![cfg_attr(bootstrap, feature(f16c_target_feature))]
250
251
// allow using `core::` in intra-doc links
252
#[allow(unused_extern_crates)]
0 commit comments