projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac15bdc
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 10 Jun 2022 12:35:17 +0000
(13:35 +0100)
committer
IkiWiki
<ikiwiki.info>
Fri, 10 Jun 2022 12:35:17 +0000
(13:35 +0100)
openpower/sv/mv.vec.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/mv.vec.mdwn
b/openpower/sv/mv.vec.mdwn
index de40ddf0a8caa4371555e1051e77a500e9c7f003..e7f315a111895931cfbebaf447f35e2fa904ea66 100644
(file)
--- a/
openpower/sv/mv.vec.mdwn
+++ b/
openpower/sv/mv.vec.mdwn
@@
-118,6
+118,8
@@
Example 1:
* RT set to YX, ydim=2, xdim=4
* VL=MAXVL=8
+The indices match up as follows:
+
| RA | (0 1) (2 3) (4 5) (6 7) |
| RT | 0 2 4 8 1 3 5 7 |
@@
-129,6
+131,8
@@
Example 2:
* RT set to YX, ydim=3, xdim=3
* VL=MAXVL=9
+The indices match up as follows:
+
| RA | 0 1 2 3 4 5 6 7 8 |
| RT | (0 3 6) (1 4 7) (2 5 8) |