projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25b9dc
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 2 Oct 2022 16:58:12 +0000
(17:58 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 2 Oct 2022 16:58:12 +0000
(17:58 +0100)
openpower/sv/biginteger.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/biginteger.mdwn
b/openpower/sv/biginteger.mdwn
index 1b0817751f318e1f6615a92e307cc63dab86fdcd..7af3475201b4216da51299e09364c7c916524ef0 100644
(file)
--- a/
openpower/sv/biginteger.mdwn
+++ b/
openpower/sv/biginteger.mdwn
@@
-147,7
+147,7
@@
zeros on overflow.
*Programmer's note: there are no Rc variants of any of these VA-Form
instructions. `cmpi` will need to be used to detect overflow conditions:
the saving in instruction count is that both RT and RS will have already
-been set to useful values (all 1s and all zeros re
d
pectively)
+been set to useful values (all 1s and all zeros re
s
pectively)
needed as part of implementing Knuth's
Algorithm D*