(no commit message)
authorlkcl <lkcl@web>
Sat, 9 Oct 2021 23:33:04 +0000 (00:33 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 9 Oct 2021 23:33:04 +0000 (00:33 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index 4414623b862ba9e93c2b247fbab520b3bde692e5..616341b59798d3810e75b16352f2d84fffdefcd1 100644 (file)
@@ -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))