From e62f8706de403c39518c7df7cd4e3ddaf6abfa85 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 9 Oct 2021 12:36:46 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 8a3663531..bea02f2aa 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -60,14 +60,14 @@ from these we can write out the allocations, bearing in mind that in each partition the sub-signal must start on a power-2 boundary, and that "x" marks unused (padding) portions: - |31| | | 16|15| | 8|7 0 | - 32bit | x| x| x| x| x| x|10 .... 0 | - 16bit | x| x|26 ... 16 | x| x|10 .... 0 | - 8bit | x|28.24| 20.16| x|12 .. 8|x|4.. 0 | + |31| | | | 16|15| | 8|7 0 | + 32bit | x| x| x| | x| x| x|10 .... 0 | + 16bit | x| x|26 ... 16 | x| x|10 .... 0 | + 8bit | x|28 .. 24| 20.16| x|12 .. 8|x|4.. 0 | thus, we deduce, we *actually* need breakpoints at these positions, and that unused portions common to **all** cases can be deduced and marked "x" - |28|26|24| |20|16| |12|10|8| |4 0 - x x + | |28|26|24| |20|16| |12|10|8| |4 0 | + x x -- 2.30.2