Skip to content

Commit e301816

Browse files
authored
Drop references to deleted chapter (riscv#2176)
The chapter was removed in 01e31a0.
1 parent 664def3 commit e301816

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/intro.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ extensions. Non-standard extensions are either custom extensions, that
315315
use only custom encodings, or _non-conforming_ extensions, that use any
316316
standard or reserved encoding. Instruction-set extensions are generally
317317
shared but may provide slightly different functionality depending on the
318-
base ISA. <<extending>> describes various ways
319-
of extending the RISC-V ISA. We have also developed a naming convention
318+
base ISA. We have also developed a naming convention
320319
for RISC-V base instructions and instruction-set extensions, described
321320
in detail in <<naming>>.
322321

@@ -495,7 +494,7 @@ Perhaps more importantly, by condensing our base ISA into a subset of
495494
the 32-bit instruction word, we leave more space available for
496495
non-standard and custom extensions. In particular, the base RV32I ISA
497496
uses less than 1/8 of the encoding space in the 32-bit instruction word.
498-
As described in <<extending>>, an implementation that does not require support
497+
An implementation that does not require support
499498
for the standard compressed instruction extension can map 3 additional non-conforming
500499
30-bit instruction spaces into the 32-bit fixed-width format, while preserving
501500
support for standard &#8805;32-bit instruction-set

src/rv-32-64g.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ added instructions tend to be more domain-specific and only provide
4141
benefits to a restricted class of applications, e.g., for multimedia or
4242
security. Unlike most commercial ISAs, the RISC-V ISA design clearly
4343
separates the base ISA and broadly applicable standard extensions from
44-
these more specialized additions. <<extending>>
45-
has a more extensive discussion of ways to add extensions to the RISC-V
46-
ISA.
44+
these more specialized additions.
4745

4846
<<<
4947

0 commit comments

Comments
 (0)