Re: [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code.

2024-11-26 Thread Alexey Baturo
Hi Alistair, You're right. Initially I thought it might be a good idea to do the whole process from scratch, but as @Daniel Henrique Barboza suggested I resubmitted the series with a proper version tag and added some reviewed-by. Sorry for the confusion. Thanks пн, 25 нояб. 2024 г. в 07:01, Ali

Re: [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code.

2024-11-24 Thread Alistair Francis
On Thu, Nov 21, 2024 at 4:13 PM wrote: > > From: Alexey Baturo > > Zjpm extension is finally ratified. And it's much simplier compared to the > experimental one. > The newer version doesn't allow to specify custom mask or base for pointer > masking. > Instead it allows only certain options for

[PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code.

2024-11-20 Thread baturo . alexey
From: Alexey Baturo Zjpm extension is finally ratified. And it's much simplier compared to the experimental one. The newer version doesn't allow to specify custom mask or base for pointer masking. Instead it allows only certain options for masking top bits. Signed-off-by: Alexey Baturo --- t