From 4028628a6941f5f832b797f78d1832d6c968d68c Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 3 Oct 2021 01:19:00 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 862a986a5..08409d344 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -30,7 +30,7 @@ overrides. to add a new `ast.Cat(x..)` which redirects to`x.__Cat__(...)` etc. * To add `Value.__Cat__` etc which call the now-renamed `ast._InternalCat` * To allow all of the new underscore variants to be overridden without - limitation, restriction, or restraint. + limitation, restriction, or restraint, via UserValue (and ValueCastable) The second set of changes is targetted at Type 2 dsl.Module, to complete the 98% abstraction from Type 1 to a 100% level -- 2.30.2