From: lkcl Date: Sat, 16 Jan 2021 12:51:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~450 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b944b36d42c3338abbeeeb670df1ae03115f7a9;p=libreriscv.git --- 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