(no commit message)
authorlkcl <lkcl@web>
Sat, 23 Oct 2021 21:59:46 +0000 (22:59 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 23 Oct 2021 21:59:46 +0000 (22:59 +0100)
3d_gpu/architecture/dynamic_simd/slice.mdwn

index 035af9aad01d6787fdfd321a4f2f85d4b5c6eb8b..86f00cbfabc58e6c9e2ca8f2f57786a943640f37 100644 (file)
@@ -237,3 +237,6 @@ entirety of the partition (overall fixed width):
     0b01  B7B6 B5B4|B3B2 B1B0
     0b10  B7B6|B5B4|B3B2|B1B0
 
+This gwts interesting. First, the simpler case: Cat() with a 3-bit slice.
+The end result (assuming `Cat(a[0:3], b)`) is:
+