aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-10-20 13:22:57 -0700
committerAndrew Waterman <andrew@sifive.com>2022-10-20 13:22:57 -0700
commitd25c67b482ffc46055d3201f38db94c1534f7602 (patch)
treebc6d826712224e81c6621e7c0f56419ef5de0ae8
parent4ea65756ba8fa2df428e1fc4b79de5b360152657 (diff)
downloadriscv-isa-manual-d25c67b482ffc46055d3201f38db94c1534f7602.zip
riscv-isa-manual-d25c67b482ffc46055d3201f38db94c1534f7602.tar.gz
riscv-isa-manual-d25c67b482ffc46055d3201f38db94c1534f7602.tar.bz2
Move sentence about Zam and aligned accesses to commentary
-rw-r--r--src/zam.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/zam.tex b/src/zam.tex
index 6ecc70d..085ab51 100644
--- a/src/zam.tex
+++ b/src/zam.tex
@@ -31,4 +31,6 @@ multiple MAGs must raise an exception, whereas regular loads and
stores may either raise an exception or proceed non-atomically.
\end{commentary}
-Aligned memory accesses are unaffected by the presence of the Zam extension.
+\begin{commentary}
+The Zam extension does not alter the specification of aligned memory accesses.
+\end{commentary}