(no commit message)
authorlkcl <lkcl@web>
Wed, 6 Jul 2022 17:31:46 +0000 (18:31 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 6 Jul 2022 17:31:46 +0000 (18:31 +0100)
openpower/sv/shape_table_format.mdwn

index 385dfb8bea7a5cb5d86d012e8b20b58034943a5a..81f79853ef4108f6f016615a2baa1d5fd46f6d8d 100644 (file)
@@ -96,7 +96,7 @@ below shows how the permutation dimensionality order works:
 | 100     | 2,0,1 | (zdim+1)(xdim+1)(ydim+1) |
 | 101     | 2,1,0 | (zdim+1)(ydim+1)(xdim+1) |
 | 110     | 0,1   | Indexed (xdim+1)(ydim+1) |
-| 110     | 1,0   | Indexed (ydim+1)(xdim+1) |
+| 111     | 1,0   | Indexed (ydim+1)(xdim+1) |
 
 In other words, the "permute" option changes the order in which
 nested for-loops over the array would be done.  See executable