Re: [PATCH V2] RISC-V: Add support for Zalasr extension

2025-04-18 Thread Jeff Law
On 4/10/25 3:48 PM, Edwin Lu wrote: [1] https://github.com/riscv/riscv-zalasr Add minimal support for the zalasr (load-acquire/store-release) extension Currently there is no toggle to opt into the abi-breaking note 3 mappings in the PSABI doc so support for that has been omitted from this pa

Re: [PATCH V2] RISC-V: Add support for Zalasr extension

2025-04-11 Thread Andrea Parri
On Thu, Apr 10, 2025 at 02:48:36PM -0700, Edwin Lu wrote: > [1] https://github.com/riscv/riscv-zalasr > > Add minimal support for the zalasr (load-acquire/store-release) > extension > > Currently there is no toggle to opt into the abi-breaking note 3 > mappings in the PSABI doc so support for tha

[PATCH V2] RISC-V: Add support for Zalasr extension

2025-04-10 Thread Edwin Lu
[1] https://github.com/riscv/riscv-zalasr Add minimal support for the zalasr (load-acquire/store-release) extension Currently there is no toggle to opt into the abi-breaking note 3 mappings in the PSABI doc so support for that has been omitted from this patch. gcc/ChangeLog: * common/co