(no commit message)
authorlkcl <lkcl@web>
Fri, 18 Dec 2020 19:36:45 +0000 (19:36 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 18 Dec 2020 19:36:45 +0000 (19:36 +0000)
3d_gpu/architecture/dynamic_simd/logicops.mdwn

index f64f91f12155a9cdbe473671949d63e5167a75bc..b3841cc94882f51c0ec80c056f0516df05a34514 100644 (file)
@@ -49,4 +49,7 @@ likewise, when configured as 2x32 the result is subdivided into two 4 bit halves
      if result[4]:
          result[5:7] = 1
 
-thus we have a convention where 
+thus we have a convention where the result is *also a partitioned signal*, and can be reconfigured to return 1x boolean yes/no, 2x boolean yes/no, 4x boolean yes/no or up to 8 independent yes/no boolean values.
+
+the second observation then is that, actually, just like the other partitioned operations, it may be possible to "construct" the longer results from the 8x8 ones, based on whether the partition gates are open or closed.
+