projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13695a
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 13 Oct 2021 03:15:43 +0000
(
04:15
+0100)
committer
IkiWiki
<ikiwiki.info>
Wed, 13 Oct 2021 03:15:43 +0000
(
04:15
+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 2a71810117183bba6edd5a6e3a3b09beb8c7b2a4..ae4b02651b672979e6d387a7fa989c5d105e2b72 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/shape.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/shape.mdwn
@@
-127,7
+127,7
@@
rudimentary arithmetic operations *on a SimdShape* which preserves
or adapts the Partition context, where the arithmetic operations
occur on `Shape.width`.
- >>> XLEN = SimdShape(64, signed=True, ...)
+ >>> XLEN = SimdShape(
fixed_width=
64, signed=True, ...)
>>> x2 = XLEN // 2
>>> print(x2.width)
32