aboutsummaryrefslogtreecommitdiff
path: root/src/rvwmo.tex
diff options
context:
space:
mode:
authorTynan McAuley <tymcauley@gmail.com>2018-06-16 22:53:34 -0400
committerTynan McAuley <tymcauley@gmail.com>2018-06-16 23:17:29 -0400
commit2e12a0e436683ea0b55fe87ff14492f931985788 (patch)
treed2e7aa9180c3e4a7cb63eb3ad71bdad800b339a5 /src/rvwmo.tex
parent842be4110c382c77bdb9430d1fcdae5ad00ebe57 (diff)
downloadriscv-isa-manual-2e12a0e436683ea0b55fe87ff14492f931985788.zip
riscv-isa-manual-2e12a0e436683ea0b55fe87ff14492f931985788.tar.gz
riscv-isa-manual-2e12a0e436683ea0b55fe87ff14492f931985788.tar.bz2
Fixed spelling error in rvwmo.tex.
Changed "relase" to "release".
Diffstat (limited to 'src/rvwmo.tex')
-rw-r--r--src/rvwmo.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rvwmo.tex b/src/rvwmo.tex
index 59867e8..45b43be 100644
--- a/src/rvwmo.tex
+++ b/src/rvwmo.tex
@@ -62,7 +62,7 @@ An AMO or SC instruction with {\em rl} set has a ``release-RCsc'' annotation.
An AMO, LR, or SC instruction with both {\em aq} and {\em rl} set has both ``acquire-RCsc'' and ``release-RCsc'' annotations.
\begin{commentary}
- ``RCpc'' annotations are currently only used when implicitly assigned to every memory access per the standard extension ``Ztso'' (Chapter~\ref{sec:ztso}). Furthermore, although the ISA does not currently contain native load-acquire or store-relase instructions, nor RCpc variants thereof the current {\em aq} and {\em rl} bits, the RVWMO model itself is designed to be forwards-compatible with the potential addition of any or all of the above into the ISA in a future extension.
+ ``RCpc'' annotations are currently only used when implicitly assigned to every memory access per the standard extension ``Ztso'' (Chapter~\ref{sec:ztso}). Furthermore, although the ISA does not currently contain native load-acquire or store-release instructions, nor RCpc variants thereof the current {\em aq} and {\em rl} bits, the RVWMO model itself is designed to be forwards-compatible with the potential addition of any or all of the above into the ISA in a future extension.
\end{commentary}
For convenience, we use the term ``acquire annotation'' to refer to an acquire-RCpc annotation or an acquire-RCsc annotation.