From: lkcl Date: Wed, 13 Oct 2021 03:15:43 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3641 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08818c437ffdd5ee24bc7ce1a84d2183b09b9ee4;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 2a7181011..ae4b02651 100644 --- 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