From: lkcl Date: Sat, 9 Oct 2021 12:01:34 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3679 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=beb9bcd1aa3c91ed0600be601f1a671849a7932d;p=libreriscv.git --- 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.