projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2cd46e
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 9 Oct 2021 23:33:04 +0000
(
00:33
+0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 9 Oct 2021 23:33:04 +0000
(
00:33
+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 4414623b862ba9e93c2b247fbab520b3bde692e5..616341b59798d3810e75b16352f2d84fffdefcd1 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/shape.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/shape.mdwn
@@
-133,6
+133,7
@@
SIMD transparently:
m = Module():
with ctx:
x = ctx.SigKls(ctx.XLEN)
+ y = ctx.SigKls(ctx.XLEN // 2)
...
m.d.comb += x.eq(Const(3))