From 64dd8589844d249e601dc756d72a843d1ddcc4f3 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 14 Feb 2021 20:02:57 +0000 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/logicops.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index 5de6f3325..8a51be53e 100644 --- a/3d_gpu/architecture/dynamic_simd/logicops.mdwn +++ b/3d_gpu/architecture/dynamic_simd/logicops.mdwn @@ -72,7 +72,7 @@ Exactly the same as for eq, instead the "xor" operator for example is the amalga partition: P P P (3 partition bits) a : .... .... .... .... (32 input bits) - xor-a : x0 P x1 P x2 P x3 (4+3 bits, P=0 "breaks") + xor-a : x0 P x1 P x2 P x3 (4+3 bits, P=1 "breaks") the partial results x0-x3 are computed as follows: -- 2.30.2