projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6ef59
)
(no commit message)
DRAFT_SVP64_0_1
author
lkcl
<lkcl@web>
Sat, 25 Sep 2021 21:07:06 +0000
(22:07 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 25 Sep 2021 21:07:06 +0000
(22:07 +0100)
3d_gpu/architecture/dynamic_simd/assign.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/assign.mdwn
b/3d_gpu/architecture/dynamic_simd/assign.mdwn
index 4c2b081f40a18d7eadf802b6b59ff6630dacf408..a8c43e4505370e51e70e2fafd539be8c69e149e3 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/assign.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/assign.mdwn
@@
-100,4
+100,4
@@
from the first 4 bits of A.
Unlike the parallel case, A is not itself partitioned, so is copied
over as much as is possible. In some cases such as `1x 4-bit, 1x 12-bit`
-the 8-bit scalar source will need sign or zero extending.
+
(partition mask = `0b100`, above)
the 8-bit scalar source will need sign or zero extending.