Skip to content

Commit 7a4c30a

Browse files
a4lgAmanieu
authored andcommitted
RISC-V: doc: tidying: Move link to the ISA Manual
Not only moving the link to the end of the section, this commit changes the link so that we can reach to the *ratified* ISA manuals (note that, while the original URL (GitHub) is a good place to browse the latest draft, it's not easy to know which is the ratified version; even "Releases" page is not helpful since it's regularly updated).
1 parent aec2388 commit 7a4c30a

File tree

1 file changed

+2
-2
lines changed
  • crates/std_detect/src/detect/arch

1 file changed

+2
-2
lines changed

crates/std_detect/src/detect/arch/riscv.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ features! {
2020
/// ISA prefix X. These sets are highly platform specific and should be
2121
/// detected with their own platform support crates.
2222
///
23+
/// [ISA manual]: https://riscv.org/specifications/ratified/
24+
///
2325
/// # Unprivileged Specification
2426
///
2527
/// The supported ratified RISC-V instruction sets are as follows:
@@ -83,8 +85,6 @@ features! {
8385
/// * Svnapot: `"svnapot"`
8486
/// * Svpbmt: `"svpbmt"`
8587
/// * Svinval: `"svinval"`
86-
///
87-
/// [ISA manual]: https://github.com/riscv/riscv-isa-manual/
8888
#[stable(feature = "riscv_ratified", since = "1.78.0")]
8989

9090
@FEATURE: #[unstable(feature = "stdarch_riscv_feature_detection", issue = "111192")] rv32i: "rv32i";

0 commit comments

Comments
 (0)