We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sse4a
tbm
1 parent f016862 commit f312a5aCopy full SHA for f312a5a
2 files changed
core/src/lib.rs
@@ -200,8 +200,6 @@
200
#![feature(riscv_target_feature)]
201
#![feature(rtm_target_feature)]
202
#![feature(s390x_target_feature)]
203
-#![feature(sse4a_target_feature)]
204
-#![feature(tbm_target_feature)]
205
#![feature(wasm_target_feature)]
206
#![feature(x86_amx_intrinsics)]
207
// tidy-alphabetical-end
stdarch/crates/core_arch/src/lib.rs
@@ -18,8 +18,6 @@
18
rustc_attrs,
19
staged_api,
20
doc_cfg,
21
- tbm_target_feature,
22
- sse4a_target_feature,
23
riscv_target_feature,
24
arm_target_feature,
25
mips_target_feature,
0 commit comments