projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebabf4
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 27 Dec 2020 22:51:03 +0000
(22:51 +0000)
committer
IkiWiki
<ikiwiki.info>
Sun, 27 Dec 2020 22:51:03 +0000
(22:51 +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 900274507e2e7dd7a2e9203a295cd2cb928710cd..f5ef390375c93e5652d81414e6d7927fa0faac92 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
@@
-5,7
+5,7
@@
Links
* <https://bugs.libre-soc.org/show_bug.cgi?id=176>
* <https://bugs.libre-soc.org/show_bug.cgi?id=549>
-These are not the same as bitwise operations equiv
s
lent to:
+These are not the same as bitwise operations equiv
a
lent to:
for i in range(64):
result[i] = a[i] or b[i]