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

2025-05-12 Thread Dongyan Chen
Okay, thanks! 在 2025/5/12 21:32, Kito Cheng 写道: This patch is somewhat corrupt...but anyway, fixed and pushed to trunk

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

2025-05-12 Thread Kito Cheng
This patch is somewhat corrupt...but anyway, fixed and pushed to trunk On Thu, May 8, 2025 at 12:43 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.

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

2025-05-07 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 Changes for v3: - Fix the error of testcases and merge the fail testcases into one file and rename the file.

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

2025-05-06 Thread Jeff Law
On 3/17/25 8:26 AM, 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 Changes for v2: - Remove the addition of zilsd and zclsd extension i

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

2025-04-05 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 Changes for v2: - Remove the addition of zilsd and zclsd extension in gcc/common/config/riscv/riscv-ext-bitmask.