projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f731125
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 30 Sep 2021 20:46:58 +0000
(21:46 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 30 Sep 2021 20:46:58 +0000
(21:46 +0100)
3d_gpu/architecture/dynamic_simd/logicops.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/logicops.mdwn
b/3d_gpu/architecture/dynamic_simd/logicops.mdwn
index bb26d2ac875fa48600191a1976a3194f786f8bf6..d3af2f75b2be124885507197847c1892ca48f134 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
@@
-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