Re: [PATCH v2 05/11] target/riscv: Support Zama16b extension

2024-07-02 Thread Alistair Francis
On Sun, Jun 30, 2024 at 1:11 PM LIU Zhiwei wrote: > > Zama16b is the property that misaligned load/stores/atomics within > a naturally aligned 16-byte region are atomic. > > According to the specification, Zama16b applies only to AMOs, loads > and stores defined in the base ISAs, and loads and sto

[PATCH v2 05/11] target/riscv: Support Zama16b extension

2024-06-29 Thread LIU Zhiwei
Zama16b is the property that misaligned load/stores/atomics within a naturally aligned 16-byte region are atomic. According to the specification, Zama16b applies only to AMOs, loads and stores defined in the base ISAs, and loads and stores of no more than XLEN bits defined in the F, D, and Q exten