From: lkcl Date: Sun, 27 Dec 2020 23:09:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~775 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8ccbe8901bbeaa37832c541b3c0903a0ca636fa;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index 9bf5a4c43..5a25c88ed 100644 --- 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