From a5a6c10565f8708d6fae234204e8065de04a56a2 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 13 Feb 2021 09:39:00 +0000 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 2af407834..97c8c8302 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -47,7 +47,7 @@ A much more intelligent approach is needed. What we actually want is: with m.If(x > y): # do a partitioned compare here do something dynamic here -where behind the scenes the above laborious for-loops (conceptually) are created, hidden, behind the scenes, looking to all intents and purposes however that this is exactly like any other nmigen Signal. +where behind the scenes the above laborious for-loops (conceptually) are created, hidden, behind the scenes, looking to all intents and purposes that this is exactly like any other nmigen Signal. This means that nmigen needs to "understand" the partitioning, in m.If, m.Else and m.Switch, at the bare minimum. -- 2.30.2