aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-04-02 12:01:32 -0700
committerAndrew Waterman <andrew@sifive.com>2021-04-02 12:01:32 -0700
commit1271737463c04cacd98320d820a38f66d1c87dae (patch)
treeb8668dc6cedee230b9e868f84eb32df4d8dc960a
parentbf971f91f95e9c9cece7f9a137b3e276a66332f5 (diff)
downloadriscv-isa-manual-1271737463c04cacd98320d820a38f66d1c87dae.zip
riscv-isa-manual-1271737463c04cacd98320d820a38f66d1c87dae.tar.gz
riscv-isa-manual-1271737463c04cacd98320d820a38f66d1c87dae.tar.bz2
Define canonical location of K extension in ISA string
Resolves #636
-rw-r--r--src/naming.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/naming.tex b/src/naming.tex
index 2006d80..6aa7d6c 100644
--- a/src/naming.tex
+++ b/src/naming.tex
@@ -83,7 +83,7 @@ Chapter~\ref{chap:zifencei}; ``Zifencei2'' and ``Zifencei2p0'' name version
2.0 of same.
The first letter following the ``Z'' conventionally indicates the most closely
-related alphabetical extension category, IMAFDQLCBJTPVN. For the ``Zam''
+related alphabetical extension category, IMAFDQLCBKJTPVN. For the ``Zam''
extension for misaligned atomics, for example, the letter ``a'' indicates the
extension is related to the ``A'' standard extension. If multiple ``Z''
extensions are named, they should be ordered first by category, then
@@ -167,6 +167,7 @@ Quad-Precision Floating-Point & Q & D\\
Decimal Floating-Point & L & \\
16-bit Compressed Instructions & C & \\
Bit Manipulation & B & \\
+Cryptography Extensions & K & \\
Dynamic Languages & J & \\
Transactional Memory & T & \\
Packed-SIMD Extensions & P & \\