[llvm] 55ec015 - [RISCV][Docs] Correct vector crypto note link spelling. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 14 05:42:07 PDT 2024


Author: Craig Topper
Date: 2024-09-14T05:41:38-07:00
New Revision: 55ec015c4dc9bb7c39b313c4662daec3b3c6043b

URL: https://github.com/llvm/llvm-project/commit/55ec015c4dc9bb7c39b313c4662daec3b3c6043b
DIFF: https://github.com/llvm/llvm-project/commit/55ec015c4dc9bb7c39b313c4662daec3b3c6043b.diff

LOG: [RISCV][Docs] Correct vector crypto note link spelling. NFC

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 11e400cb0ea8e0..60f0f09a200dd9 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -208,7 +208,7 @@ on support follow.
      ``Zmmul``         Supported
      ``Ztso``          Supported
      ``Zvbb``          Supported
-     ``Zvbc``          Supported (`See note <#iscv-vector-crypto-note>`__)
+     ``Zvbc``          Supported (`See note <#riscv-vector-crypto-note>`__)
      ``Zve32x``        (`Partially <#riscv-vlen-32-note>`__) Supported
      ``Zve32f``        (`Partially <#riscv-vlen-32-note>`__) Supported
      ``Zve64x``        Supported
@@ -219,18 +219,18 @@ on support follow.
      ``Zvfh``          Supported
      ``Zvfhmin``       Supported
      ``Zvkb``          Supported
-     ``Zvkg``          Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvkn``          Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvknc``         Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvkned``        Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvkng``         Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvknha``        Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvknhb``        Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvks``          Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvksc``         Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvksed``        Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvksg``         Supported (`See note <#iscv-vector-crypto-note>`__)
-     ``Zvksh``         Supported (`See note <#iscv-vector-crypto-note>`__)
+     ``Zvkg``          Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvkn``          Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvknc``         Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvkned``        Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvkng``         Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvknha``        Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvknhb``        Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvks``          Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvksc``         Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvksed``        Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvksg``         Supported (`See note <#riscv-vector-crypto-note>`__)
+     ``Zvksh``         Supported (`See note <#riscv-vector-crypto-note>`__)
      ``Zvkt``          Supported
      ``Zvl32b``        (`Partially <#riscv-vlen-32-note>`__) Supported
      ``Zvl64b``        Supported


        


More information about the llvm-commits mailing list