projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c14c48
)
(no commit message)
author
lkcl
<lkcl@web>
Mon, 28 Dec 2020 02:53:06 +0000
(
02:53
+0000)
committer
IkiWiki
<ikiwiki.info>
Mon, 28 Dec 2020 02:53:06 +0000
(
02:53
+0000)
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 ae5f73db5a6d4a94b164469d7a7b87cb19be6cb3..cd9a521a7954c1ab581fccaa28333a9fefa8a634 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
@@
-24,7
+24,7
@@
Given a signal width (typically 64) and given an array of "Partition Points" (ty
* "are some bits set" in each partitioned group
* "are all bits set" in each partitioned group
-note that "are some bits set" is equivalent to "is a != 0" whilst "are all bit
w
set" is equivalent to "is a == all 1s" or "is (~a) == 0"
+note that "are some bits set" is equivalent to "is a != 0" whilst "are all bit
s
set" is equivalent to "is a == all 1s" or "is (~a) == 0"
# xor operator as an example