Skip to content

Commit

Permalink
Merge pull request #1451 from riscv/kersten1-patch-1
Browse files Browse the repository at this point in the history
Duplicate IDs
  • Loading branch information
wmat authored Jun 12, 2024
2 parents 353e88f + 3c2afa8 commit c8c8075
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 98 deletions.
4 changes: 2 additions & 2 deletions src/b-st-ext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Bitmanip instructions with the suffix _.b_, _.h_ and _.w_ only look at the least

=== Pseudocode for instruction semantics

The semantics of each instruction in <<#insns>> is expressed in a SAIL-like syntax.
The semantics of each instruction in <<#insns-b>> is expressed in a SAIL-like syntax.

=== Extensions

Expand Down Expand Up @@ -996,7 +996,7 @@ latency does not depend on the (secret) data being operated on.

<<<

[#insns,reftext="Instructions (in alphabetical order)"]
[#insns-b,reftext="Instructions (in alphabetical order)"]
=== Instructions (in alphabetical order)

[#insns-add_uw,reftext=Add unsigned word]
Expand Down
2 changes: 1 addition & 1 deletion src/cmo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The semantics of each instruction in the <<#insns>> chapter is expressed in a
SAIL-like syntax.

[#intro,reftext="Introduction"]
[#intro-cmo,reftext="Introduction"]
=== Introduction

_Cache-management operation_ (or _CMO_) instructions perform operations on
Expand Down
Loading

0 comments on commit c8c8075

Please sign in to comment.