From 08818c437ffdd5ee24bc7ce1a84d2183b09b9ee4 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 13 Oct 2021 04:15:43 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2