projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c41aee
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 23 Oct 2021 22:10:06 +0000
(23:10 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 23 Oct 2021 22:10:06 +0000
(23:10 +0100)
3d_gpu/architecture/dynamic_simd/slice.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/slice.mdwn
b/3d_gpu/architecture/dynamic_simd/slice.mdwn
index fc12b86b4c6faae85b7fc3b796ed659e80292cb0..debea29eea08a63965f212962664581a9a5a356d 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/slice.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/slice.mdwn
@@
-246,5
+246,8
@@
The end result (assuming `Cat(a[0:3], b)`) is:
elwid | | | | | |
0b00 |B7 B6B5B4 B3B2 B1B0A2A1A0
- 0b01 |B7B6 B5B4AaA9 A8|
B3B2 B1B0A2A1A0
+ 0b01 |B7B6 B5B4AaA9 A8|
|
B3B2 B1B0A2A1A0
0b10 B7B6Ae AdAc|B5B4AaA9 A8|B3B2A6 A5A4|B1B0A2A1A0
+
+This complex-looking result is quite straightforward: SimdShape
+is capable of expressing it.