From a085d95190f3c0f3051d65b40b23ef3e2a8a98f4 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 23 Oct 2021 22:59:46 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/slice.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/3d_gpu/architecture/dynamic_simd/slice.mdwn b/3d_gpu/architecture/dynamic_simd/slice.mdwn index 035af9aad..86f00cbfa 100644 --- a/3d_gpu/architecture/dynamic_simd/slice.mdwn +++ b/3d_gpu/architecture/dynamic_simd/slice.mdwn @@ -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: + -- 2.30.2