]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Documnet the list of supported extensions
authorKito Cheng <kito.cheng@sifive.com>
Mon, 8 Jan 2024 13:26:52 +0000 (21:26 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Fri, 19 Jan 2024 10:06:25 +0000 (18:06 +0800)
commit19260a04ba6f75b1fae52afab50dcb43d44eb259
tree7029b60e8c39394d4dca3906b9c9e34273cc477e
parent01260a823073675e13dd1fc85cf2657a5396adf2
RISC-V: Documnet the list of supported extensions

Try to list all supported extensions: name, version and few description
for each extension.

v2 changes:
 - Fix several typo.
 - Add expantion info for vector crypto extensions.
 - Drop zvl8192b, zvl16384b, zvl32768b and zvl65536b.
 - Aadd zicntr and zihpm

gcc/ChangeLog:

* doc/invoke.texi (RISC-V Options): Add list of supported
extensions.
gcc/doc/invoke.texi