]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Add augmented hypervisor series extensions.
authorJiawei <jiawei@iscas.ac.cn>
Tue, 13 May 2025 07:23:39 +0000 (15:23 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Wed, 14 May 2025 15:27:59 +0000 (23:27 +0800)
commit0cbace3b142c087335e245245e97f6605a6cd1f7
tree95c70dcc4bba114006cd25feebfb681addf89884
parenteedaf969f4d24dad368de63ea40b1e694fd57c40
RISC-V: Add augmented hypervisor series extensions.

The augmented hypervisor series extensions 'sha'[1] is a new profile-defined
extension series that captures the full set of features that are mandated to
be supported along with the 'H' extension.

[1] https://github.com/riscv/riscv-profiles/blob/main/src/rva23-profile.adoc#rva23s64-profile

Version log: Update implements, fix testcase format.

gcc/ChangeLog:

* config/riscv/riscv-ext.def: New extension defs.
* config/riscv/riscv-ext.opt: Ditto.
* doc/riscv-ext.texi: Ditto.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/arch-55.c: New test.
gcc/config/riscv/riscv-ext.def
gcc/config/riscv/riscv-ext.opt
gcc/doc/riscv-ext.texi
gcc/testsuite/gcc.target/riscv/arch-55.c [new file with mode: 0644]