(no commit message)
authorlkcl <lkcl@web>
Wed, 13 Oct 2021 03:15:43 +0000 (04:15 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 13 Oct 2021 03:15:43 +0000 (04:15 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index 2a71810117183bba6edd5a6e3a3b09beb8c7b2a4..ae4b02651b672979e6d387a7fa989c5d105e2b72 100644 (file)
@@ -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