From 5d9673196fab1e062ccf849532f658a39db2a9dc Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 21 Apr 2022 15:55:44 +0100 Subject: [PATCH] --- openpower/sv/biginteger/analysis.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/biginteger/analysis.mdwn b/openpower/sv/biginteger/analysis.mdwn index 42a08c5a5..85b8e1ac1 100644 --- 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: -- 2.30.2