(no commit message)
authorlkcl <lkcl@web>
Sun, 24 Oct 2021 11:31:21 +0000 (12:31 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 24 Oct 2021 11:31:21 +0000 (12:31 +0100)
3d_gpu/architecture/dynamic_simd/slice.mdwn

index aa4890cce7daa06d0eb4ce0bceb860d9698a807d..7dbd00b63ac5ef13d4f286913d18fbd19ec98f0b 100644 (file)
@@ -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?