Re: [PATCH 1/1] target/riscv: Support Zama16b extension

2024-05-27 Thread Daniel Henrique Barboza
Zhiwei, On 5/22/24 06:13, 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 stores of no more

Re: [PATCH 1/1] target/riscv: Support Zama16b extension

2024-05-24 Thread Daniel Henrique Barboza
On 5/22/24 06:13, 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 stores of no more than X

[PATCH 1/1] target/riscv: Support Zama16b extension

2024-05-22 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