projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e9252
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 25 Sep 2021 04:42:03 +0000
(
05:42
+0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 25 Sep 2021 04:42:03 +0000
(
05:42
+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 b168ea4465d78105a8cb6dbb13a30acbb077946d..8c6ae3c0c8eb0bb7a36b2f2956b56b385063d51b 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/assign.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/assign.mdwn
@@
-33,3
+33,12
@@
then it matters what the partition settings are:
where square brackets are zero if A is unsigned, and contains
the specified bits if signed.
+
+When the source A is larger width than B, truncation
+always occurs: it is a matter of how much truncation
+in each partition
+
+ partition: p p p (3 bits)
+ a : AAAA AAAA AAAA AAAA (16 bits)
+ b : B7B6 B5B4 B3B2 B1B0 (8 bits)
+