From: lkcl Date: Sat, 9 Oct 2021 11:09:45 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3685 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0143b9c7fdac4df7093128cce7f504ec11cfc2b2;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index d3981c7a7..91cabba79 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -33,4 +33,10 @@ Exponent: * 4xFP16: 5 bits, four exponents * 4xBF16: 8 bits, four exponents +`SimdShape` needs this information in addition to the normal +information (width, sign) in order to create the partitions +that allow standard nmigen operations to **transparently** +and naturally take place at **all** of these non-uniform +widths, as if they were in fact scalar Signals *at* those +widths.