Skip to content

Commit f312a5a

Browse files
committed
Stabilize sse4a and tbm target features
- remove some stabilized target features from `gate.rs`
1 parent f016862 commit f312a5a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

core/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@
200200
#![feature(riscv_target_feature)]
201201
#![feature(rtm_target_feature)]
202202
#![feature(s390x_target_feature)]
203-
#![feature(sse4a_target_feature)]
204-
#![feature(tbm_target_feature)]
205203
#![feature(wasm_target_feature)]
206204
#![feature(x86_amx_intrinsics)]
207205
// tidy-alphabetical-end

stdarch/crates/core_arch/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
rustc_attrs,
1919
staged_api,
2020
doc_cfg,
21-
tbm_target_feature,
22-
sse4a_target_feature,
2321
riscv_target_feature,
2422
arm_target_feature,
2523
mips_target_feature,

0 commit comments

Comments
 (0)