From: lkcl Date: Mon, 7 Dec 2020 00:33:57 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1488 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=923f65fec50038203f2db4fd373c8fa37cd52e54;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index d00a90b8b..478842e7c 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -1,5 +1,8 @@ # Dynamic Partitioned SIMD +Links: +* + To save hugely on gate count the normal practice of having separate scalar ALUs and separate SIMD ALUs is not followed. Instead a suite of "partition points" identical in fashion to the Aspex Microelectronics ASP (Array-String-Architecture) architecture is deployed.