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
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
[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