(no commit message)
authorlkcl <lkcl@web>
Tue, 19 Jan 2021 14:12:20 +0000 (14:12 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 19 Jan 2021 14:12:20 +0000 (14:12 +0000)
openpower/sv/remap.mdwn

index 925e1c2969ad050ba163f2684384596df15f6ec9..40a8f1ee3cf2d001ad8c372a370da8660bd5277e 100644 (file)
@@ -183,6 +183,7 @@ An example where SUBVL Remap is appropriate is the Rijndael MixColumns stage:
 A 2D REMAP allows:
 
 * the column bytes (as a vec4) to be iterated over as an inner loop.
+  (`a00 a10 a20 a30`)
 * the columns themselves to be iterated as an outer loop
 * a 32 bit `GF(256)` multiply on the vec4 to be performed.