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

index f64d893d2fc409f056b9df8b0a8d14da0d8289d7..0b01436dee94c5497431c69a4bfce32faa014ef0 100644 (file)
@@ -426,7 +426,9 @@ index transformation system where the normally sequentially-linear
 element access may be "Re-Mapped" to limited but algorithmic-tailored
 commonly-used deterministic schedules, for example Matrix Multiply,
 DCT, or FFT.  A full in-register-file 5x7 Matrix Multiply or a 3x4 or
-2x6 may be performed in as little as 4 instructions, one of which
+2x6 with optional *in-place* transpose, mirroring or rotation
+on any source or destination Matrix
+may be performed in as little as 4 instructions, one of which
 is to zero-initialise the accumulator Vector used to store the result.
 If addition to another Matrix is also required then it is only three
 instructions. Not only that, but because the "Schedule" is an abstract