projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef598d
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 21 Apr 2022 14:55:44 +0000
(15:55 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 21 Apr 2022 14:55:44 +0000
(15:55 +0100)
openpower/sv/biginteger/analysis.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/biginteger/analysis.mdwn
b/openpower/sv/biginteger/analysis.mdwn
index 42a08c5a5272ad048a9d98c73c34fe278a3ac859..85b8e1ac156323ab11ffc9bee2188a2694300c1c 100644
(file)
--- a/
openpower/sv/biginteger/analysis.mdwn
+++ b/
openpower/sv/biginteger/analysis.mdwn
@@
-165,7
+165,7
@@
purpose of letting it be added onto the next BigInt digit.
Successive iterations thus effectively use RC as a 64-bit carry, and
as noted by Intel in their notes on mulx,
-
RA*RB+RC+RD
cannot overflow, so does not require
+
`RA*RB+RC+RD`
cannot overflow, so does not require
setting an additional CA flag. We first cover the chain of
RA*RB+RC as follows: