Skip to content

Commit ce07b5d

Browse files
committed
remove rva23s64 from riscv64a23-unknown-linux-gnu target
1 parent 224fd13 commit ce07b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_target/src/spec/targets/riscv64a23_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub(crate) fn target() -> Target {
1717
options: TargetOptions {
1818
code_model: Some(CodeModel::Medium),
1919
cpu: "generic-rv64".into(),
20-
features: "+rva23u64,+rva23s64".into(),
20+
features: "+rva23u64".into(),
2121
llvm_abiname: "lp64d".into(),
2222
max_atomic_width: Some(64),
2323
supported_split_debuginfo: Cow::Borrowed(&[SplitDebuginfo::Off]),

src/doc/rustc/src/platform-support/riscv64a23-unknown-linux-gnu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tier: 3**
44

55
RISC-V target using the ratified [RVA23 Profile](https://github.com/riscv/riscv-profiles/blob/main/src/rva23-profile.adoc).
6-
This target will enable all mandary features of rva23u64 and rva23s64 by default.
6+
This target will enable all mandary features of rva23u64 by default.
77

88
## Target maintainers
99

0 commit comments

Comments
 (0)