From 895a374d9f3fff6de280b3038646ffe39bccaa36 Mon Sep 17 00:00:00 2001 From: rwilbur Date: Tue, 16 Mar 2021 20:09:40 +0000 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/mul.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/3d_gpu/architecture/dynamic_simd/mul.mdwn b/3d_gpu/architecture/dynamic_simd/mul.mdwn index f6aba5572..08d1e198a 100644 --- a/3d_gpu/architecture/dynamic_simd/mul.mdwn +++ b/3d_gpu/architecture/dynamic_simd/mul.mdwn @@ -9,3 +9,7 @@ Therefore, for a full 64 bit multiply, with 7 partitions, a matrix of 8x8 multip The [Wallace Tree](https://en.wikipedia.org/wiki/Wallace_tree) algorithm is presently deployed, here: we need to use the (more efficient) [Dadda algorithm](https://en.wikipedia.org/wiki/Dadda_multiplier) + +This image illustrates it well, except for the last step, "Step(v)", whose result should be "1 x 2 = 2". The partitioned sum at the bottom is correct. + + -- 2.30.2