(no commit message)
authorlkcl <lkcl@web>
Sat, 7 May 2022 11:35:07 +0000 (12:35 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 7 May 2022 11:35:07 +0000 (12:35 +0100)
openpower/sv/SimpleV_rationale.mdwn

index f27479779180ec88f4b79c67f9892f7f3623b583..1c63c2c552a6e8eecde333e320059a8968cc40d0 100644 (file)
@@ -335,7 +335,7 @@ Remarkably, very little: the devil is in the details though.
   emergent characteristic from the carry-in, carry-out capability of
   Power ISA `adde` instruction. `sv.adde` as a BigNum add
   naturally emerges from the
-  sequential chaining of these scalar instructions.
+  sequential carry-flag chaining of these scalar instructions.
 * The Condition Register Fields of the Power ISA make a great candidate
   for use as Predicate Masks, particularly when combined with
   Vectorised `cmp` and Vectorised `crand`, `crxor` etc.