From beb9bcd1aa3c91ed0600be601f1a671849a7932d Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 9 Oct 2021 13:01:34 +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 123d3d488..1fd1350f6 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -7,7 +7,7 @@ back to a SimdSignal, in exactly the same way that c++ virtual base class upcasting works when RTTI (Run Time Type Information) works. By deriving from `ast.Shape` both `width` and `signed` are provided -already leaving the `SimdShape` class with the responsibility to +already, leaving the `SimdShape` class with the responsibility to additionally define lengths for each mask basis. This is best illustrated with an example. -- 2.30.2