From 511ea85bd2862b4181ab2e924ca1688d899d876f Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 21 Dec 2020 16:53:29 +0000 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/logicops.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index feb6b1fa3..900274507 100644 --- a/3d_gpu/architecture/dynamic_simd/logicops.mdwn +++ b/3d_gpu/architecture/dynamic_simd/logicops.mdwn @@ -65,6 +65,8 @@ Exactly the same as for eq, instead the "xor" operator for example is the amalga x2 = input[16:23].xor() x3 = input[24:31].xor() +table showing how to combine x0-3 based on partitions p0-2 to produce result o0-3 + [[!table data=""" p2p1p0 | o0 | o1 | o2 | o3 ++++++ | ++++++++ | ++++++++ | ++++++++ | ++ -- 2.30.2