projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d2df0
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 29 Oct 2021 11:16:47 +0000
(12:16 +0100)
committer
IkiWiki
<ikiwiki.info>
Fri, 29 Oct 2021 11:16:47 +0000
(12:16 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/shape.mdwn
b/3d_gpu/architecture/dynamic_simd/shape.mdwn
index 86a33b6db4b3a941eb2785c4ef28a4e03eb5d447..1497a4d502fec9df3445cb3f1d0d82c3f3135477 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/shape.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/shape.mdwn
@@
-457,6
+457,11
@@
used on both LHS and RHS, it is effectively an identical case to
when the RHS is an integer, because the fixed_width of the RHS is
itself an integer.
+A special case of this also occurs in instances where all elwidths
+in all partitions on either LHS or RHS are identical: element widths {3,3,3,3} for
+example. Under such special circumstances, multiply would
+function correctly even for dual-priority, due to uniform scaling.
+
Summary:
* **Both LHS and RHS Fixed-width Priority**