(no commit message)
authorlkcl <lkcl@web>
Wed, 3 May 2023 02:52:02 +0000 (03:52 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 3 May 2023 02:52:02 +0000 (03:52 +0100)
openpower/sv/remap.mdwn

index fee0fdb5730106dd96e26776d492115e38d19cd2..2658c72067d3d22d4e4435e2e1cba42853a139cc 100644 (file)
@@ -837,7 +837,9 @@ The most important observation above is that the Matrix-style
 remapping occurs first and the Index lookup second.  Thus it
 becomes possible to perform in-place Transpose of Indices which
 may have been costly to set up or costly to duplicate
-(waste register file space).
+(waste register file space). In other words: it is fine for two or more
+SVSHAPEs to simultaneously use the same
+Indices, but one SVSHAPE has different 2D dimensions and ordering from the others.
 
 -------------