diff options
author | Tsukasa OI <research_trasio@irq.a4lg.com> | 2022-04-23 15:42:16 +0900 |
---|---|---|
committer | Bill Traynor <btraynor@gmail.com> | 2022-07-26 11:50:15 -0400 |
commit | e21583d310b4f1e33be06aa0e587e9facc953dd8 (patch) | |
tree | 86cd1377137d2df0981c80d2a9d392a1fc37117f /src/naming.tex | |
parent | 761b9609c73860ddda4dd7354ffba6ea2f5aa2b6 (diff) | |
download | riscv-isa-manual-e21583d310b4f1e33be06aa0e587e9facc953dd8.zip riscv-isa-manual-e21583d310b4f1e33be06aa0e587e9facc953dd8.tar.gz riscv-isa-manual-e21583d310b4f1e33be06aa0e587e9facc953dd8.tar.bz2 |
Add single-letter "H" extension to the table
... and to the extension category list.
The position of "H" is chosen for compatibility with Linux, QEMU and
LLVM (LLVM requires a fix on "K" though). This is incompatible with
Spike but will minimize changes to the software ecosystem.
Diffstat (limited to 'src/naming.tex')
-rw-r--r-- | src/naming.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/naming.tex b/src/naming.tex index 4da6bd0..76d2b2f 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, IMAFDQCV. For the ``Zam'' +related alphabetical extension category, IMAFDQCVH. 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 @@ -157,6 +157,7 @@ Quad-Precision Floating-Point & Q & D\\ 16-bit Compressed Instructions & C & \\ Packed-SIMD Extensions & P & \\ Vector Extension & V & D \\ +Hypervisor Extension & H & \\ Control and Status Register Access & Zicsr & \\ Instruction-Fetch Fence & Zifencei & \\ Misaligned Atomics & Zam & A \\ |