(no commit message)
authorlkcl <lkcl@web>
Wed, 27 Apr 2022 15:09:46 +0000 (16:09 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 27 Apr 2022 15:09:46 +0000 (16:09 +0100)
openpower/sv/biginteger/analysis.mdwn

index febdf75e7449837e1c79e401bd23b11539d91b7a..c846fc9e0e5ff36facaa4f3dc11060994f8a9cbe 100644 (file)
@@ -137,7 +137,8 @@ and this is precisely what `adde` already does.
 For multiply and divide as shown later it is worthwhile to use
 one scalar register effectively as a full 64-bit carry/chain
 but in the case of shift, an OR may glue things together, easily,
-and in parallel.
+and in parallel, because unlike `sv.adde`, down-chain
+carry-propagation through multiple elements does not occur.
 
 With Scalar shift and rotate operations in the Power ISA already being
 complex and very comprehensive, it is hard to justify creating complex