From 6b944b36d42c3338abbeeeb670df1ae03115f7a9 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 16 Jan 2021 12:51:30 +0000 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/logicops.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index 9208744ce..23c144784 100644 --- a/3d_gpu/architecture/dynamic_simd/logicops.mdwn +++ b/3d_gpu/architecture/dynamic_simd/logicops.mdwn @@ -18,9 +18,9 @@ they are instead SIMD versions of: # Requirements -Given a signal width (typically 64) and given an array of "Partition Points" (typically 7) that break the signal down into an arbitrary permutaion of 8 bit to 64 bit independent results, compute the following: +Given a signal width (typically 64) and given an array of "Partition Points" (typically 7) that break the signal down into an arbitrary permutaion of 8 bit to 64 bit independent SIMD results, compute the following: -* xor of all bits in each partitioned group, regardless of the oartitioning +* xor of all bits in each partitioned group, regardless of the partitioning * "are some bits set" in each partitioned group * "are all bits set" in each partitioned group -- 2.30.2