# 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