Re: [PATCH v2 12/13] target/riscv: Add a preferred ISA extension rule

2024-08-07 Thread Atish Kumar Patra
On Mon, Aug 5, 2024 at 6:48 PM Alistair Francis wrote: > > On Wed, Jul 24, 2024 at 9:32 AM Atish Patra wrote: > > > > In addition to the implied rule, a preferred rule will be useful > > where an ISA extension may require a list of ISA extension to be > > enabled to use all the features defined i

Re: [PATCH v2 12/13] target/riscv: Add a preferred ISA extension rule

2024-08-05 Thread Alistair Francis
On Wed, Jul 24, 2024 at 9:32 AM Atish Patra wrote: > > In addition to the implied rule, a preferred rule will be useful > where an ISA extension may require a list of ISA extension to be > enabled to use all the features defined in that extension. All > these extensions may not be implied in the I

[PATCH v2 12/13] target/riscv: Add a preferred ISA extension rule

2024-07-23 Thread Atish Patra
In addition to the implied rule, a preferred rule will be useful where an ISA extension may require a list of ISA extension to be enabled to use all the features defined in that extension. All these extensions may not be implied in the ISA. This patch just introduces a new preferred rule which all