From: lkcl Date: Sun, 24 Oct 2021 11:31:21 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3534 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83af7ed1bc6fc4e6a8c362761888dd5d357ce788;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/slice.mdwn b/3d_gpu/architecture/dynamic_simd/slice.mdwn index aa4890cce..7dbd00b63 100644 --- a/3d_gpu/architecture/dynamic_simd/slice.mdwn +++ b/3d_gpu/architecture/dynamic_simd/slice.mdwn @@ -258,4 +258,7 @@ Combining a slice and b at each elwidth gives: 0b10 B7B6Ae AdAc|B5B4AaA9 A8|B3B2A6 A5A4|B1B0A2A1A0 This complex-looking result is quite straightforward: SimdShape -is capable of expressing it. +is capable of expressing it. The issue is, however: how +to convert (adapt) the two inputs so that they fit this resultant +PartitionPoint layout, given that neither input was in this +format?