change to zdimsz for DCT/FFT "stride"
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 22 Sep 2022 13:46:31 +0000 (14:46 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 22 Sep 2022 13:46:35 +0000 (14:46 +0100)
openpower/sv/remap.mdwn

index 3fdc3b402c152d3e09b2dde47705661474c7cfe1..472dfc6ff5ada01c8637c87d0da9841c62e03ded 100644 (file)
@@ -472,7 +472,7 @@ disabled: the register's elements are a linear (1D) vector.
 |---- |------ |------| ------ | ------- | ------- |----- |----- | ----- |
 |0b00 |skip   |offset| invxyz | permute | zdimsz  |ydimsz|xdimsz|Matrix |
 |0b00 |elwidth|offset|sk1/invxy|0b110/0b111|SVGPR|ydimsz|xdimsz|Indexed|
-|0b01 |submode|offset| invxyz | submode2| rsvd    |ydimsz|xdimsz|DCT/FFT|
+|0b01 |submode|offset| invxyz | submode2| zdimsz  |mode  |xdimsz|DCT/FFT|
 |0b10 |submode|offset| invxyz | rsvd    | rsvd    |rsvd  |xdimsz|Preduce|
 |0b11 |       |      |        |         |         |      |      |rsvd   |
 
@@ -536,7 +536,7 @@ is also performed.
 * **submode=0b00** selects the ``j`` offset of the innermost for-loop,
 * **submode=0b01** selects the ``j+1`` offset of the innermost for-loop,
 
-`ydimsz` is used as an in-place "Stride", particularly useful for
+`zdimsz` is used as an in-place "Stride", particularly useful for
 column-based in-place DCT/FFT.
 
 ## Matrix Mode