Skip to content

Commit 7bfe9d7

Browse files
committed
Stabilize f16c_target_feature
1 parent ce50cc2 commit 7bfe9d7

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
@@ -238,7 +238,6 @@
238238
#![feature(arm_target_feature)]
239239
#![feature(avx512_target_feature)]
240240
#![feature(cmpxchg16b_target_feature)]
241-
#![feature(f16c_target_feature)]
242241
#![feature(hexagon_target_feature)]
243242
#![feature(mips_target_feature)]
244243
#![feature(powerpc_target_feature)]
@@ -247,6 +246,7 @@
247246
#![feature(sse4a_target_feature)]
248247
#![feature(tbm_target_feature)]
249248
#![feature(wasm_target_feature)]
249+
#![cfg_attr(bootstrap, feature(f16c_target_feature))]
250250

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

0 commit comments

Comments
 (0)