(no commit message)
authorlkcl <lkcl@web>
Fri, 22 Oct 2021 11:51:07 +0000 (12:51 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 22 Oct 2021 11:51:07 +0000 (12:51 +0100)
3d_gpu/architecture/dynamic_simd/slice.mdwn

index bad7416d6336e083a751161f607ffac1a25c88dc..1c1f40e0efb3e0e46ab36b1d83bfa9d361c6514d 100644 (file)
@@ -134,6 +134,11 @@ SimdSignal that requires (and propagates) fixed element widths.  All other
 sub-modules have up until this point been a fixed *overall* width where the
 element widths adapt to completely fill the entire underlying Signal.
 
+(**This includes for [[dynamic_simd/eq]] and other comparators and the
+[[dynamic_simd/logicops]] which very deliberately propagate the LSB boolean
+value in each partition throughout the entire partition on a per-element
+basis in order to make Mux and Switch function correctly**)
+
 Given that this new width context is then passed through to other SimdSignals,
 the entire SimdSignal suite has to adapt to this change in requirements.
 It is however not as big an adaptation as it first seems, because ultimately