From 0a27e6bf76b3a51fbc5855d42fdbe99a152bcab7 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 9 Oct 2021 00:50:20 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index ece59c9db..a56a08b1a 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -26,8 +26,10 @@ overrides. * To extend nmigen "Type 1 (ast.*)" low-level language constructs in the Value class with `Value.__Cat__`, `Value.__Switch__`, `Value.__Repl__` etc. -* To rename existing old `ast.Cat` to new `ast._InternalCat`, - `ast.Repl` to `ast._InternalRepl` etc. +* To rename existing old + - `ast.Cat` to new `ast._InternalCat`, + - `ast.Repl` to `ast._InternalRepl` + - etc. * In an identical conceptual fashion, just as python `operator.add(x,y)` redirects to `x.__add__(y)`, to add a new `ast.Cat(x..)` which redirects to`x.__Cat__(...)` etc. -- 2.30.2