(no commit message)
authorlkcl <lkcl@web>
Thu, 21 Apr 2022 14:55:44 +0000 (15:55 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 21 Apr 2022 14:55:44 +0000 (15:55 +0100)
openpower/sv/biginteger/analysis.mdwn

index 42a08c5a5272ad048a9d98c73c34fe278a3ac859..85b8e1ac156323ab11ffc9bee2188a2694300c1c 100644 (file)
@@ -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: