(no commit message)
authorlkcl <lkcl@web>
Sat, 25 Sep 2021 04:57:01 +0000 (05:57 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 25 Sep 2021 04:57:01 +0000 (05:57 +0100)
3d_gpu/architecture/dynamic_simd/assign.mdwn

index c1b3f78435d147c8faacd6bf7331f12f0335c0be..cb41c6f5b7fe34708b08208d74af9337249cbecf 100644 (file)
@@ -15,7 +15,10 @@ Take two PartitionedSignals (source a, dest b) of 32 bit:
     a        :  AAA3 AAA2 AAA1 AAA0  (32 bits)
     b        :  BBB3 BBB2 BBB1 BBB0  (32 bits)
 
-For all partition settings this copies verbatim.  However if A
+For all partition settings this copies verbatim.  Also,
+when A is longer, a truncated version of A is always
+copied verbatim, regardless of partition settings.
+However if A
 is shorter than B:
 
     partition:      p    p    p       (3 bits)