Skip to content

Commit f84ec86

Browse files
committed
remove extra name
1 parent 7061656 commit f84ec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/RISCVUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ The primary goal of experimental support is to assist in the process of ratifica
335335
``experimental-svukte``
336336
LLVM implements the `0.3 draft specification <https://github.com/riscv/riscv-isa-manual/pull/1564>`__.
337337

338-
``experimental-p``, ``experimental-p``
338+
``experimental-p``
339339
LLVM implements the `014 draft specification <https://jhauser.us/RISCV/ext-P/RVP-baseInstrs-014.pdf>`__.
340340

341341
To use an experimental extension from `clang`, you must add `-menable-experimental-extensions` to the command line, and specify the exact version of the experimental extension you are using. To use an experimental extension with LLVM's internal developer tools (e.g. `llc`, `llvm-objdump`, `llvm-mc`), you must prefix the extension name with `experimental-`. Note that you don't need to specify the version with internal tools, and shouldn't include the `experimental-` prefix with `clang`.

0 commit comments

Comments
 (0)