Re: [PATCH] RISC-V: Support for zilsd and zclsd extensions.

2024-12-16 Thread Yangyu Chen
> On Dec 16, 2024, at 23:42, Kito Cheng wrote: > > On Mon, Dec 16, 2024 at 10:58 PM Dongyan Chen > wrote: >> >> This patch support zilsd and zclsd[1] extensions. >> To enable GCC to recognize and process zilsd and zclsd extension correctly >> at compile time. >> >> [1] https://github.com/r

Re: [PATCH] RISC-V: Support for zilsd and zclsd extensions.

2024-12-16 Thread Kito Cheng
On Mon, Dec 16, 2024 at 10:58 PM Dongyan Chen wrote: > > This patch support zilsd and zclsd[1] extensions. > To enable GCC to recognize and process zilsd and zclsd extension correctly at > compile time. > > [1] https://github.com/riscv/riscv-zilsd > > gcc/ChangeLog: > > * common/config/ri

[PATCH] RISC-V: Support for zilsd and zclsd extensions.

2024-12-16 Thread Dongyan Chen
This patch support zilsd and zclsd[1] extensions. To enable GCC to recognize and process zilsd and zclsd extension correctly at compile time. [1] https://github.com/riscv/riscv-zilsd gcc/ChangeLog: * common/config/riscv/riscv-common.cc (riscv_subset_list::check_conflict_ext): New exten