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).
This commit is contained in:
Tsukasa OI 2025-04-11 01:01:30 +00:00 committed by Amanieu d'Antras
parent 333882ada3
commit 217fdb9d89

View file

@ -20,6 +20,8 @@ features! {
/// ISA prefix X. These sets are highly platform specific and should be
/// detected with their own platform support crates.
///
/// [ISA manual]: https://riscv.org/specifications/ratified/
///
/// # Unprivileged Specification
///
/// The supported ratified RISC-V instruction sets are as follows:
@ -83,8 +85,6 @@ features! {
/// * Svnapot: `"svnapot"`
/// * Svpbmt: `"svpbmt"`
/// * Svinval: `"svinval"`
///
/// [ISA manual]: https://github.com/riscv/riscv-isa-manual/
#[stable(feature = "riscv_ratified", since = "1.78.0")]
@FEATURE: #[unstable(feature = "stdarch_riscv_feature_detection", issue = "111192")] rv32i: "rv32i";