Skip to content

Commit f3c70c9

Browse files
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
Stabilize f16c_target_feature Resolves rust-lang/stdarch#1234 Library PR for stabilizing corresponding intrinsics: rust-lang/stdarch#1366 See also #44839 tracking issue for target_feature
2 parents 8ac3001 + 7bfe9d7 commit f3c70c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
#![feature(arm_target_feature)]
240240
#![feature(avx512_target_feature)]
241241
#![feature(cmpxchg16b_target_feature)]
242-
#![feature(f16c_target_feature)]
243242
#![feature(hexagon_target_feature)]
244243
#![feature(mips_target_feature)]
245244
#![feature(powerpc_target_feature)]
@@ -248,6 +247,7 @@
248247
#![feature(sse4a_target_feature)]
249248
#![feature(tbm_target_feature)]
250249
#![feature(wasm_target_feature)]
250+
#![cfg_attr(bootstrap, feature(f16c_target_feature))]
251251

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

0 commit comments

Comments
 (0)