Skip to content

Commit aaa0f4d

Browse files
authored
[RISCV][Docs] Remove Zvbb, Zvbc and Zvk* from experimental C intrinsics section of RISCVUsage.rst. NFC (#108718)
These are no longer experimental after 051054e. I left the section because we will be adding intrinsics for Zvkgs and Zvbc32e.
1 parent a40b36f commit aaa0f4d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

llvm/docs/RISCVUsage.rst

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -421,22 +421,7 @@ extension are still experimental. To use C intrinsics for such an extension
421421
from `clang`, you must add `-menable-experimental-extensions` to the command
422422
line. This currently applies to the following extensions:
423423

424-
* ``Zvbb``
425-
* ``Zvbc``
426-
* ``Zvkb``
427-
* ``Zvkg``
428-
* ``Zvkn``
429-
* ``Zvknc``
430-
* ``Zvkned``
431-
* ``Zvkng``
432-
* ``Zvknha``
433-
* ``Zvknhb``
434-
* ``Zvks``
435-
* ``Zvksc``
436-
* ``Zvksed``
437-
* ``Zvksg``
438-
* ``Zvksh``
439-
* ``Zvkt``
424+
No extensions have experimental intrinsics.
440425

441426
Global Pointer (GP) Relaxation and the Small Data Limit
442427
=======================================================

0 commit comments

Comments
 (0)