From 1caf9b8d0c1340a181fea6e6045d9b16705f8fc5 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 14 Oct 2021 20:07:13 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index e501cb545..1591b8bfb 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -261,6 +261,12 @@ SimdShape needs: auto-compute the dictionary of Vector Widths - (mandatory) a "signed" boolean argument which defaults to False +* To derive from Shape, where the (above) constructor passes it + the following arguments: + - the signed argument. this is simply passed in, unmodified. + - a width argument. this will be **either** the fixed_width + parameter from the constructor (if given) **or** it will + be the **calculated** value sufficient to store all partitions. * a suite of operators (`__add__`, etc) that shall take simple integer arguments and perform the computations on *every* one of the dictionary of Vector widths (examples below) -- 2.30.2