about summary refs log tree commit diff
path: root/library/core/src
diff options
context:
space:
mode:
authorsayantn <sayantn05@gmail.com>2025-07-28 00:05:24 +0530
committersayantn <sayantn05@gmail.com>2025-08-14 02:07:40 +0530
commit100d19ce5ba823faeb8b1ed6944b1047fe342de9 (patch)
treef5053223dc9442d529826039c7edc9182fefeb21 /library/core/src
parentf5b8a11fecf23cb669f6d1feae81aafc2930aeb9 (diff)
downloadrust-100d19ce5ba823faeb8b1ed6944b1047fe342de9.tar.gz
rust-100d19ce5ba823faeb8b1ed6944b1047fe342de9.zip
Stabilize `sse4a` and `tbm` target features
 - remove some stabilized target features from `gate.rs`
Diffstat (limited to 'library/core/src')
-rw-r--r--library/core/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index d5bce6ad233..a6825b4be68 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -200,8 +200,6 @@
 #![feature(riscv_target_feature)]
 #![feature(rtm_target_feature)]
 #![feature(s390x_target_feature)]
-#![feature(sse4a_target_feature)]
-#![feature(tbm_target_feature)]
 #![feature(wasm_target_feature)]
 #![feature(x86_amx_intrinsics)]
 // tidy-alphabetical-end