From e3d9c6a4bc16cc116fb050f3777a282e0f10fac4 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 11 Feb 2021 08:18:04 +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 9265e1a66..1e2cf1abe 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -22,7 +22,7 @@ Pages below describe the basic features of each and track the relevant bugreport # Integration with nmigen -Dynamic partitioning of signals is not enough on its own. Basic operations such as `x + y` are functional, producing 1x64 bit, or 2x32 or 4x16 or 8x8 or anywhere in between, but what about control and decisions? Here is the "normal" way in which SIMD decisions are performed: +Dynamic partitioning of signals is not enough on its own. Basic operations such as `x + y` are functional, producing results 1x64 bit, or 2x32 or 4x16 or 8x8 or anywhere in between, but what about control and decisions? Here is the "normal" way in which SIMD decisions are performed: if partitions == 1x64 with m.If(x > y): -- 2.30.2