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

index 10a41ac4b0e4446bc2cc4c01e6f99d1609c0ebee..3e57cb834329d7c1db5049c44dd9dedcfca8801d 100644 (file)
@@ -14,6 +14,8 @@ b = b_s.sig # shorthand to make table smaller
 
 ## `a`'s Elements:
 
+(TODO 1: shrink to only 4 partitions.  TODO 2: convert to markdown)
+
 <table>
     <tr class="text-right">
         <th scope="row" class="text-left">Bit #</th>
@@ -59,6 +61,8 @@ So, slicing bits `3:6` of a 32-bit element of `a` must, because we have to match
 
 ## `b`'s Elements:
 
+(TODO 1: shrink to only 4 partitions.  TODO 2: convert to markdown)
+
 <table>
     <tr class="text-right">
         <th scope="row" class="text-left">Bit #</th>
@@ -107,6 +111,9 @@ So, slicing bits `3:6` of a 32-bit element of `a` must, because we have to match
     </tr>
 </table>
 
+(TODO: add an example of how this would then do e.g. an add (to another
+SimdSignal of only 8 bits in length or so)
+
 <style>
     /* duplicated from bootstrap so text editors can see it
         -- ignored by ikiwiki */