From 50da80cc8062b5dd7bc23eba6a49a5c56b5bb5d8 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 22 Oct 2021 12:21:17 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/slice.mdwn | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/3d_gpu/architecture/dynamic_simd/slice.mdwn b/3d_gpu/architecture/dynamic_simd/slice.mdwn index 3e57cb834..3682d280b 100644 --- a/3d_gpu/architecture/dynamic_simd/slice.mdwn +++ b/3d_gpu/architecture/dynamic_simd/slice.mdwn @@ -111,9 +111,6 @@ So, slicing bits `3:6` of a 32-bit element of `a` must, because we have to match -(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) -