(no commit message)
authorlkcl <lkcl@web>
Sat, 16 Jan 2021 12:51:30 +0000 (12:51 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 16 Jan 2021 12:51:30 +0000 (12:51 +0000)
3d_gpu/architecture/dynamic_simd/logicops.mdwn

index 9208744ce0b0626cbde9f6578aacfe2dfb64e101..23c1447841986a491b36333907842aba10292391 100644 (file)
@@ -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