(no commit message)
authorlkcl <lkcl@web>
Thu, 30 Sep 2021 20:46:58 +0000 (21:46 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 30 Sep 2021 20:46:58 +0000 (21:46 +0100)
3d_gpu/architecture/dynamic_simd/logicops.mdwn

index bb26d2ac875fa48600191a1976a3194f786f8bf6..d3af2f75b2be124885507197847c1892ca48f134 100644 (file)
@@ -19,7 +19,7 @@ they are instead SIMD versions of:
          result = result xor a[i] # one operand
 
 Each of the logic ops, "some bool any all xor" are a **single bit** for
-scalar, but for Partitioned SIMD produce one bit per lane.
+scalar, but for Partitioned SIMD produce one bit **per lane**.
 
 # Requirements