projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac7ed5b
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 23 Sep 2021 23:46:13 +0000
(
00:46
+0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 23 Sep 2021 23:46:13 +0000
(
00:46
+0100)
3d_gpu/architecture/dynamic_simd/cat.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/cat.mdwn
b/3d_gpu/architecture/dynamic_simd/cat.mdwn
index 7562ee593edc364566bcef6a203086b3140f294e..37b80a72004ec6656d7d0623c740b7ef99eafff3 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/cat.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/cat.mdwn
@@
-73,5
+73,8
@@
Table for 3-way concatenation, divided by partition:
| 000 | a3 a2 a1 | a0 b3 b2 | b1 b0 c3 | c2 c1 c0 |
| 001 | a3 a2 a1 | b3 b2 b1 | c3 c2 c1 | a0 b0 c0 |
| 010 | a3 a2 b3 | b2 c3 c2 | a1 a0 b1 | b0 c1 c0 |
+| 011 | a3 a2 b3 | b2 c3 c2 | a1 b1 c1 | a0 b0 c0 |
| 100 | a3 b3 c3 | a2 a1 a0 | b2 b1 b0 | c2 c1 c0 |
+| 101 | a3 b3 c3 | a2 a1 b2 | b1 c2 c1 | a0 b0 c0 |
| 111 | a3 b3 c3 | a2 b2 c2 | a1 b1 c1 | a0 b0 c0 |
+