Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Fix editing error introduced in 9e7b406
Browse files Browse the repository at this point in the history
I added an extraneous sentence to the non-normative text in one of the
two instructions.
  • Loading branch information
aswaterman committed Jan 21, 2023
1 parent c6acc0a commit ccb2e33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zicondops.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ In effect, if the value of register _rs2_ is non-zero, place 0 (zero) into the r
These branch-based semantics do not prevent implementing this instruction as a simple select (e.g., "(rs2!=0) ? 0 : rs1").
Instead, they allow for more sophisticated implementations where a zero-result can be returned when the condition (rs2!=0) is true without waiting for _rs1_ to be available.
Furthermore, implementations can predict the condition just as they might for branches.
However, the timing is independent of the data value in rs1.
As a consequence of this instruction's equivalence to `mv rd, rs1` when _rs2_ is zero, this instruction's timing is independent of the data value of _rs1_ if the Zkt extension is implemented.
====
Expand Down

0 comments on commit ccb2e33

Please sign in to comment.