Re: [RFC] RISC-V: Add support for Profiles RVA/B23.

2024-08-02 Thread Jiawei
在 2024/8/1 21:54, Christoph Müllner 写道: On Mon, Jul 29, 2024 at 5:26 AM Jiawei wrote: This patch adds support for RISC-V RVA23 and RVB23 Profiles[1], which depend on the base RISC-V Profiles support[2]. [1] https://github.com/riscv/riscv-profiles/releases/tag/rva23-v0.4-rvb23-v0.1-internal-

Re: [RFC] RISC-V: Add support for Profiles RVA/B23.

2024-08-02 Thread Jiawei
在 2024/8/1 21:54, Christoph Müllner 写道: On Mon, Jul 29, 2024 at 5:26 AM Jiawei wrote: This patch adds support for RISC-V RVA23 and RVB23 Profiles[1], which depend on the base RISC-V Profiles support[2]. [1] https://github.com/riscv/riscv-profiles/releases/tag/rva23-v0.4-rvb23-v0.1-internal-

Re: [RFC] RISC-V: Add support for Profiles RVA/B23.

2024-08-01 Thread Christoph Müllner
On Mon, Jul 29, 2024 at 5:26 AM Jiawei wrote: > > This patch adds support for RISC-V RVA23 and RVB23 Profiles[1], > which depend on the base RISC-V Profiles support[2]. > > [1] > https://github.com/riscv/riscv-profiles/releases/tag/rva23-v0.4-rvb23-v0.1-internal-review > [2] https://gcc.gnu.org/p

Re: [RFC] RISC-V: Add support for Profiles RVA/B23.

2024-07-30 Thread Jiawei
在 2024/7/31 4:48, Jeff Law 写道: On 7/28/24 9:24 PM, Jiawei wrote: This patch adds support for RISC-V RVA23 and RVB23 Profiles[1], which depend on the base RISC-V Profiles support[2]. [1] https://github.com/riscv/riscv-profiles/releases/tag/rva23-v0.4-rvb23-v0.1-internal-review [2] https://

Re: [RFC] RISC-V: Add support for Profiles RVA/B23.

2024-07-30 Thread Jeff Law
On 7/28/24 9:24 PM, Jiawei wrote: This patch adds support for RISC-V RVA23 and RVB23 Profiles[1], which depend on the base RISC-V Profiles support[2]. [1] https://github.com/riscv/riscv-profiles/releases/tag/rva23-v0.4-rvb23-v0.1-internal-review [2] https://gcc.gnu.org/pipermail/gcc-patches/

[RFC] RISC-V: Add support for Profiles RVA/B23.

2024-07-28 Thread Jiawei
This patch adds support for RISC-V RVA23 and RVB23 Profiles[1], which depend on the base RISC-V Profiles support[2]. [1] https://github.com/riscv/riscv-profiles/releases/tag/rva23-v0.4-rvb23-v0.1-internal-review [2] https://gcc.gnu.org/pipermail/gcc-patches/2024-July/658082.html gcc/ChangeLog: