From: rwilbur Date: Tue, 16 Mar 2021 20:09:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=895a374d9f3fff6de280b3038646ffe39bccaa36;p=libreriscv.git --- 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. + +