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

index b60b297a57b173b528cc548b7387af1cb267bc25..483d24478e44b58b4665954e15ca1c6728453f5e 100644 (file)
@@ -192,7 +192,7 @@ a 2D REMAP allows:
 * the column bytes (as a vec4) to be iterated over as an inner loop,
   progressing vertically (`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.
+* a 32 bit `GF(256)` Matrix Multiply on the vec4 to be performed.
 
 This entirely in-place without special 128-bit opcodes.  Below is
 the pseudocode for [[!wikipedia Rijndael MixColumns]]