[llvm] dc9f6f4 - [docs][RISCV] Remove duplicate entries for zvfbfmin and zvfbfwma

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 09:39:06 PDT 2023


Author: Philip Reames
Date: 2023-06-28T09:38:54-07:00
New Revision: dc9f6f45c80ece6c19c9e66a0fad709a5bc4ae67

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

LOG: [docs][RISCV] Remove duplicate entries for zvfbfmin and zvfbfwma

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index f50ddf23d7d6a6..c416999bfe3fa1 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -206,12 +206,6 @@ The primary goal of experimental support is to assist in the process of ratifica
 ``experimental-ztso``
   LLVM implements the `v0.1 proposed specification <https://github.com/riscv/riscv-isa-manual/releases/download/draft-20220723-10eea63/riscv-spec.pdf>`__ (see Chapter 25).  The mapping from the C/C++ memory model to Ztso has not yet been ratified in any standards document.  There are multiple possible mappings, and they are *not* mutually ABI compatible.  The mapping LLVM implements is ABI compatible with the default WMO mapping.  This mapping may change and there is *explicitly* no ABI stability offered while the extension remains in experimental status.  User beware.
 
-``experimental-zvfbfmin``
-  LLVM implements assembler support for the `0.6 draft specification <https://github.com/riscv/riscv-bfloat16/releases/tag/main>`_.
-
-``experimental-zvfbfwma``
-  LLVM implements assembler support for the `0.6 draft specification <https://github.com/riscv/riscv-bfloat16/releases/tag/main>`_.
-
 ``experimental-zvfh``
   LLVM implements `this draft text <https://github.com/riscv/riscv-v-spec/pull/780>`__.
 


        


More information about the llvm-commits mailing list