From 78fe47d0dcfbe626bccf137c2e81fae92bbf9a1c Mon Sep 17 00:00:00 2001 From: Cesar_Strauss Date: Sun, 14 Feb 2021 21:44:55 +0000 Subject: [PATCH] Fix partitioned examples --- 3d_gpu/architecture/dynamic_simd.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 633d518bf..465452067 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -21,8 +21,8 @@ Each partitioned section shall act as an independent Signal where the **partitio into all 8 possible combinations of the 3 Partition bits: exp-a : ....0....0....0.... 1x 32-bit - exp-a : ....0....0....1.... 1x 8-bit plus 1x 24-bit - exp-a : ....0....1....0.... 1x 8-bit, 1x 16-bit, 1x 8-bit + exp-a : ....0....0....1.... 1x 24-bit plus 1x 8-bit + exp-a : ....0....1....0.... 2x 16-bit ... ... exp-a : ....1....1....0.... 2x 8-bit, 1x 16-bit -- 2.30.2