Re: [PATCH] RISC-V: Minimal support for sdtrig and ssstrict extensions.

2025-05-07 Thread Dongyan Chen
Okay, thanks. Dongyan Chen 在 2025/5/7 7:11, Jeff Law 写道: On 4/18/25 2:47 AM, Dongyan Chen wrote: This patch support sdtrig and ssstrict extensions[1]. To enable GCC to recognize and process sdtrig and ssstrict extensions correctly at compile time. [1]https://github.com/riscv/riscv-profile

Re: [PATCH] RISC-V: Minimal support for sdtrig and ssstrict extensions.

2025-05-06 Thread Jeff Law
On 4/18/25 2:47 AM, Dongyan Chen wrote: This patch support sdtrig and ssstrict extensions[1]. To enable GCC to recognize and process sdtrig and ssstrict extensions correctly at compile time. [1]https://github.com/riscv/riscv-profiles/blob/main/src/rva23-profile.adoc gcc/ChangeLog:

[PATCH] RISC-V: Minimal support for sdtrig and ssstrict extensions.

2025-04-18 Thread Dongyan Chen
This patch support sdtrig and ssstrict extensions[1]. To enable GCC to recognize and process sdtrig and ssstrict extensions correctly at compile time. [1] https://github.com/riscv/riscv-profiles/blob/main/src/rva23-profile.adoc gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New e