From 9eb521eec78e61c2cdc98e176938406515e033b7 Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 19 Apr 2022 18:29:09 +0100 Subject: [PATCH] --- openpower/sv/biginteger.mdwn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openpower/sv/biginteger.mdwn b/openpower/sv/biginteger.mdwn index 8f695ed06..49751e061 100644 --- a/openpower/sv/biginteger.mdwn +++ b/openpower/sv/biginteger.mdwn @@ -105,5 +105,8 @@ afterwards. Essentially however there are three phases: * Calculation of the quotient estimate. This is Scalar division and can be ignored for the scope of this analysis * Big Integer multiply and subtract. -* Carry-Correction with a big integer add if the estimate was wrong - by one digit. +* Carry-Correction with a big integer add, if the estimate from + phase 1 was wrong by one digit. + +In essence then the primary focus of Vectorised Big-Int divide is in +fact big-integer multiply (or, mul-and-subtract). -- 2.30.2