Re: [PATCH v6 02/25] target/riscv: Add a general status enum for extensions

2023-04-10 Thread Alistair Francis
On Sat, Mar 25, 2023 at 9:58 PM Richard Henderson wrote: > > From: LIU Zhiwei > > The pointer masking is the only extension that directly use status. > The vector or float extension uses the status in an indirect way. > > Replace the pointer masking extension special status fields with > the

Re: [PATCH v6 02/25] target/riscv: Add a general status enum for extensions

2023-03-26 Thread liweiwei
On 2023/3/25 18:54, Richard Henderson wrote: From: LIU Zhiwei The pointer masking is the only extension that directly use status. The vector or float extension uses the status in an indirect way. Replace the pointer masking extension special status fields with the general status.

[PATCH v6 02/25] target/riscv: Add a general status enum for extensions

2023-03-25 Thread Richard Henderson
From: LIU Zhiwei The pointer masking is the only extension that directly use status. The vector or float extension uses the status in an indirect way. Replace the pointer masking extension special status fields with the general status. Reviewed-by: Richard Henderson Signed-off-by: LIU Zhiwei