Skip to content

Commit

Permalink
Additional ARC feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Sweeney committed Nov 18, 2024
1 parent 6b20bc8 commit 6984bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapter2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The instructions in the Zalasr extension require that the address held in _rs1_
If the address is not naturally aligned, an address-misaligned exception or an access-fault exception will be generated.
The access-fault exception can be generated for a memory access that would otherwise be able to complete except for the misalignment, if the misaligned access should not be emulated.

<<<

The misaligned atomicity granule PMA, defined in Volume II of this manual, optionally relaxes this alignment requirement.
If all accessed bytes lie within the same misaligned atomicity granule, the instruction will not raise an exception for reasons of address alignment, and the instruction will give rise to only one memory operation for the purposes of RVWMO—i.e., it will execute atomically.

Expand Down

0 comments on commit 6984bf4

Please sign in to comment.