Skip to content

Commit

Permalink
RISC-V: Remove an OBE note about RV128.
Browse files Browse the repository at this point in the history
The chapter discusses RV128 in several other places.
  • Loading branch information
bsdjhb committed Jul 21, 2023
1 parent 0bf0e7c commit a3340dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chap-cheri-riscv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ \subsection{Target RISC-V ISA Variants}

The RISC-V ISA defines both 32-bit (\texttt{XLEN}=32) and 64-bit
(\texttt{XLEN}=64) base integer instruction
sets (RV32I, RV64I). \mmnote{Maybe mention that we don't support RV128I,
because it has not been ratified yet.}
sets (RV32I, RV64I).
Our current proposal supports either mode with few differences beyond
capability width, although safe support for both modes in a single processor
is not specified at this time.
Expand Down

0 comments on commit a3340dc

Please sign in to comment.