projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d9a50
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 27 Dec 2020 23:09:14 +0000
(23:09 +0000)
committer
IkiWiki
<ikiwiki.info>
Sun, 27 Dec 2020 23:09:14 +0000
(23:09 +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 9bf5a4c4385428c6d253a3ce2cd71504c8601a85..5a25c88ed40dde046080301e71e33736ce49f178 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/logicops.mdwn
@@
-76,8
+76,8
@@
Exactly the same as for eq, instead the "xor" operator for example is the amalga
table showing how to combine x0-3 based on partitions p0-2 to produce result o0-3
[[!table data="""
-p2p1p0 | o0 | o1
| o2
| o3
-++++++ | ++++++++ | ++++++++ | ++++++++ | ++
+p2p1p0 | o0 | o1
| o2
| o3
+------ | -------- | -------- | -------- | --
0 0 0 | ^(x0-3) | 0 | 0 | 0
0 0 1 | x0 | ^(x1-3) | 0 | 0
0 1 0 | ^(x0-1) | 0 | ^(x2-3) | 0