Re: [PATCH v4] RISC-V: Supports Profiles in '-march' option.

2024-09-03 Thread Palmer Dabbelt
On Tue, 03 Sep 2024 18:05:42 PDT (-0700), Kito Cheng wrote: I don't see there is conflict if we want to support both gnu2024 and RVI profiles? Ya, they'd just be two different things aimed at solving the same set of problems. I'm just tired of users coming and complaining that stuff is broke

Re: [PATCH v4] RISC-V: Supports Profiles in '-march' option.

2024-09-03 Thread Andrew Waterman
As is normally the case when it comes to matters of RISC-V International, Palmer is taking the least-charitable interpretation and then adding a generous dollop of falsehoods. The RVA23U64 profile is set to be ratified soon, and that's our intended target for apps processors. On Tue, Sep 3, 2024

Re: [PATCH v4] RISC-V: Supports Profiles in '-march' option.

2024-09-03 Thread Kito Cheng
I don't see there is conflict if we want to support both gnu2024 and RVI profiles? also I am not sure what the usage scenarios for the gnu2024 and how we defined that? On Wed, Sep 4, 2024 at 6:49 AM Palmer Dabbelt wrote: > > On Tue, 20 Aug 2024 23:18:36 PDT (-0700), jia...@iscas.ac.cn wrote: > >

Re: [PATCH v4] RISC-V: Supports Profiles in '-march' option.

2024-09-03 Thread Palmer Dabbelt
On Tue, 20 Aug 2024 23:18:36 PDT (-0700), jia...@iscas.ac.cn wrote: 在 2024/8/21 3:23, Palmer Dabbelt 写道: On Mon, 19 Aug 2024 21:53:54 PDT (-0700), jia...@iscas.ac.cn wrote: Supports RISC-V profiles[1] in -march option. Default input set the profile before other formal extensions. V2: Fixes s

Re: [PATCH v4] RISC-V: Supports Profiles in '-march' option.

2024-08-20 Thread Jiawei
在 2024/8/21 3:23, Palmer Dabbelt 写道: On Mon, 19 Aug 2024 21:53:54 PDT (-0700), jia...@iscas.ac.cn wrote: Supports RISC-V profiles[1] in -march option. Default input set the profile before other formal extensions. V2: Fixes some format errors and adds code comments for parse function Thanks f

Re: [PATCH v4] RISC-V: Supports Profiles in '-march' option.

2024-08-20 Thread Palmer Dabbelt
On Mon, 19 Aug 2024 21:53:54 PDT (-0700), jia...@iscas.ac.cn wrote: Supports RISC-V profiles[1] in -march option. Default input set the profile before other formal extensions. V2: Fixes some format errors and adds code comments for parse function Thanks for Jeff Law's review and comments. V3:

[PATCH v4] RISC-V: Supports Profiles in '-march' option.

2024-08-19 Thread Jiawei
Supports RISC-V profiles[1] in -march option. Default input set the profile before other formal extensions. V2: Fixes some format errors and adds code comments for parse function Thanks for Jeff Law's review and comments. V3: Update testcases and profiles extensions support.Remove S/M mode Profi