Re: [PATCH] RISC-V: Add svbare extension.

2025-06-02 Thread Dongyan Chen
I add a ChangeLog and update testname in https://gcc.gnu.org/pipermail/gcc-patches/2025-June/685401.html Thanks Dongyan Chen 在 2025/6/3 3:34, Jeff Law 写道: On 5/29/25 7:27 AM, Dongyan Chen wrote: This patch support svbare extension, which is an extension in RVA23 profile. To enable GCC to

Re: [PATCH] RISC-V: Add svbare extension.

2025-06-02 Thread Jeff Law
On 5/29/25 7:27 AM, Dongyan Chen wrote: This patch support svbare extension, which is an extension in RVA23 profile. To enable GCC to recognize and process svbare extension correctly at compile time. Needs a ChangeLog entry and the testname needs to be updated now that arch-59 is taken. Wit

[PATCH] RISC-V: Add svbare extension.

2025-05-29 Thread Dongyan Chen
This patch support svbare extension, which is an extension in RVA23 profile. To enable GCC to recognize and process svbare extension correctly at compile time. --- gcc/config/riscv/riscv-ext.def | 13 + gcc/config/riscv/riscv-ext.opt | 2 ++ gcc/doc/riscv-ext.texi