From: Philip Reames Date: Wed, 28 Jun 2023 16:38:40 +0000 (-0700) Subject: [docs][RISCV] Remove duplicate entries for zvfbfmin and zvfbfwma X-Git-Tag: upstream/17.0.6~3529 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc9f6f45c80ece6c19c9e66a0fad709a5bc4ae67;p=platform%2Fupstream%2Fllvm.git [docs][RISCV] Remove duplicate entries for zvfbfmin and zvfbfwma --- diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst index f50ddf2..c416999 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 `__ (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 `_. - -``experimental-zvfbfwma`` - LLVM implements assembler support for the `0.6 draft specification `_. - ``experimental-zvfh`` LLVM implements `this draft text `__.