[llvm] 679d0d7 - [RISCV][Docs] Fix link to Zjpm spec in RISCVUsage.rst.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 22:33:08 PST 2024
Author: Craig Topper
Date: 2024-02-06T22:32:51-08:00
New Revision: 679d0d70295cab1f3692fc1919299d8c16070863
URL: https://github.com/llvm/llvm-project/commit/679d0d70295cab1f3692fc1919299d8c16070863
DIFF: https://github.com/llvm/llvm-project/commit/679d0d70295cab1f3692fc1919299d8c16070863.diff
LOG: [RISCV][Docs] Fix link to Zjpm spec in RISCVUsage.rst.
Added:
Modified:
llvm/docs/RISCVUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 5ae10a8681f21..2233c90e91b19 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -244,7 +244,7 @@ LLVM supports (to various degrees) a number of experimental extensions. All exp
The primary goal of experimental support is to assist in the process of ratification by providing an existence proof of an implementation, and simplifying efforts to validate the value of a proposed extension against large code bases. Experimental extensions are expected to either transition to ratified status, or be eventually removed. The decision on whether to accept an experimental extension is currently done on an entirely case by case basis; if you want to propose one, attending the bi-weekly RISC-V sync-up call is strongly advised.
``experimental-ssnpm``, ``experimental-smnpm``, ``experimental-smmpm``, ``experimental-sspm``, ``experimental-supm``
- LLVM implements the `v0.8.1 draft specification <https://github.com/riscv/riscv-j-extension/blob/master/zjpm-spec.pdf>__`
+ LLVM implements the `v0.8.1 draft specification <https://github.com/riscv/riscv-j-extension/blob/master/zjpm-spec.pdf>`__.
``experimental-ssqosid``
LLVM implements assembler support for the `v1.0-rc1 draft specification <https://github.com/riscv/riscv-ssqosid/releases/tag/v1.0-rc1>`_.
More information about the llvm-commits
mailing list