Re: [PATCH 1/7] RISC-V: Add basic XAndes vendor extension support.

2025-06-23 Thread Jeff Law
On 6/23/25 3:02 AM, KuanLin Chen wrote: Hi, This is a patch series for Andes vender extension of RISC-V. These patches are tested by riscv-gnu-toolchain gcc/g++ testsuite. And the report is the same as without these patches.                = Summary of gcc testsuite =    

[PATCH 1/7] RISC-V: Add basic XAndes vendor extension support.

2025-06-23 Thread KuanLin Chen
Hi, This is a patch series for Andes vender extension of RISC-V. These patches are tested by riscv-gnu-toolchain gcc/g++ testsuite. And the report is the same as without these patches. = Summary of gcc testsuite = | # of unexpected case /

Re: [PATCH 1/7] RISC-V: Add basic XAndes vendor extension support.

2025-06-23 Thread Kito Cheng
It's really great to see the GCC part finally sent out after so many years since I left the Andes :) Just one minor comment: > +++ b/gcc/config/riscv/riscv-ext-andes.def > @@ -0,0 +1,100 @@ > +/* Ventana extension definition file for RISC-V. It should be Andes :P