(no commit message)
authorlkcl <lkcl@web>
Tue, 19 Apr 2022 17:29:09 +0000 (18:29 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 19 Apr 2022 17:29:09 +0000 (18:29 +0100)
openpower/sv/biginteger.mdwn

index 8f695ed062860885d7cfcc21f76cedfc2c82a5ee..49751e061365753cc7e864846ddb6c467fb3a024 100644 (file)
@@ -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).