(no commit message)
authorlkcl <lkcl@web>
Sat, 21 May 2022 14:55:48 +0000 (15:55 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 21 May 2022 14:55:48 +0000 (15:55 +0100)
openpower/sv/biginteger.mdwn

index aaa4253e761b373c7b41fe1b611a0cc1bbe00953..b122c428a7701d225c64af6d7d58b0fcd975e8fa 100644 (file)
@@ -74,7 +74,9 @@ To achieve the same big-integer rolling-accumulation effect
 as SVP64, instructions may be issued `madded r20,r4,r8,r20
 madded r21,r5,r9,r21` etc. where the first `madded` will have
 stored the upper half of the 128-bit multiply into r21, such
-that it may be picked up by the second `madded`.*
+that it may be picked up by the second `madded`. Repeat inline
+to construct a larger bigint scalar-vector multiply,
+as Scalar GPR register file space permits.*
 
 SVP64 overrides the Scalar behaviour of what defines RS.
 For SVP64 EXTRA register extension, the `RM-1P-3S-1D` format is