[PATCH] D133214: [docs][RISCV] Document experimental extensions
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 08:18:59 PDT 2022
reames added inline comments.
================
Comment at: llvm/docs/RISCVUsage.rst:90
+``experimental-zihintntl``
+ LLVM implements the 0.2 draft specification.
+
----------------
sunshaoce wrote:
> `Zihintntl` can be found in chapter 4 of [riscv-isa-manual](https://github.com/riscv/riscv-isa-manual) .
Agreed, thanks for the link.
Do you happen to know if RVI has a convention for referring to unreleased version of the specification. I'd default to something like: "The 20220831 draft version of the X specification". (I definitely want a PDF, and not a link to the repo itself.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133214/new/
https://reviews.llvm.org/D133214
More information about the llvm-commits
mailing list