[llvm] 65de5a1 - [RISCV][doc] Document support for zvfbfmin and zvfbfwma

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 06:24:15 PDT 2023


Author: Alex Bradbury
Date: 2023-06-23T14:22:25+01:00
New Revision: 65de5a16c4f195fb30e62a8849abe23bc51fcbe8

URL: https://github.com/llvm/llvm-project/commit/65de5a16c4f195fb30e62a8849abe23bc51fcbe8
DIFF: https://github.com/llvm/llvm-project/commit/65de5a16c4f195fb30e62a8849abe23bc51fcbe8.diff

LOG: [RISCV][doc] Document support for zvfbfmin and zvfbfwma

My MC layer support patches missed adding these to RISCVUsage. Also
update the link to the most recent spec PDF (including the recently
committed encoding fix for vfwmaccbf16.

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 4fcc5bc032b33..1bfa9678427c0 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -192,8 +192,8 @@ The primary goal of experimental support is to assist in the process of ratifica
 ``experimental-zfa``
   LLVM implements the `0.2 draft specification <https://github.com/riscv/riscv-isa-manual/releases/download/draft-20230131-c0b298a/zfa-20230414.pdf>`__.
 
-``experimental-zfbfmin``
-  LLVM implements assembler support for the `0.6 draft specification <https://github.com/riscv/riscv-bfloat16/releases/tag/main>`_.
+``experimental-zfbfmin``, ``experimental-zvfbfmin``, ``experimental-zvfbfwma``
+  LLVM implements assembler support for the `0.6.9 draft specification <https://github.com/riscv/riscv-bfloat16/releases/tag/20230614>`_.
 
 ``experimental-zicond``
   LLVM implements the `1.0-rc1 draft specification <https://github.com/riscv/riscv-zicond/releases/tag/v1.0-rc1>`__.


        


More information about the llvm-commits mailing list