From 5b2e7b5f90405b24d162c4cce59696f13b09db69 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 25 Sep 2021 21:53:16 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/assign.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd/assign.mdwn b/3d_gpu/architecture/dynamic_simd/assign.mdwn index c488d4ea4..1ca9557c6 100644 --- a/3d_gpu/architecture/dynamic_simd/assign.mdwn +++ b/3d_gpu/architecture/dynamic_simd/assign.mdwn @@ -86,7 +86,7 @@ This is similar to the parallel case except A is repeated | 000 | [A7A7A7A7] | [A7A7A7A7] | A7A6A5A4 | A3A2A1A0 | | 001 | [A5A5A5A5] | [A5A5]A5A4 | A3A2A1A0 | [A1A1]A1A0 | | 010 | [A3A3A3A3] | A3A2A1A0 | [A3A3A3A3] | A3A2A1A0 | -| 011 | [A3A3A3A3] | A3A2A1A0 | [A3A3]A3A2 | [A1A1]A1A0 | +| 011 | [A3A3A3A3] | A3A2A1A0 | [A1A1]A1A0 | [A1A1]A1A0 | | 100 | [A1A1]A1A0 | [A5A5A5A5] | [A5A5]A5A4 | A3A2A1A0 | | 101 | [A1A1]A1A0 | [A3A3A3A3] | A3A2A1A0 | [A1A1]A1A0 | | 110 | [A1A1]A1A0 | [A1A1]A1A0 | [A3A3A3A3] | A3A2A1A0 | -- 2.30.2