(no commit message)
authorlkcl <lkcl@web>
Sat, 16 Jan 2021 01:30:22 +0000 (01:30 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 16 Jan 2021 01:30:22 +0000 (01:30 +0000)
3d_gpu/architecture/dynamic_simd/logicops.mdwn

index e7c816d39787d87e28939e823d1bf522390b3617..748de9ad2d1412c4c814b6f8d7035708b0d4f0ce 100644 (file)
@@ -84,13 +84,13 @@ table showing how to combine x0-3 based on partitions p0-2 to produce result o0-
 [[!table  data="""
 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
-0 1 1  | x0       | x1       | ^(x2-3)  | 0
-1 0 0  | ^(x0-2)  | 0        | 0        | x3
-1 0 1  | x0       | ^(x1-2)  | 0        | x3
-1 1 0  | ^(x0-1)  | 0        | x2       | x3
+0 0 0  | ^(x0-3)  | ^(x0-3)  | ^(x0-3)  | ^(x0-3)
+0 0 1  | x0       | ^(x1-3)  | ^(x1-3)  | ^(x1-3)
+0 1 0  | ^(x0-1)  | ^(x0-1)  | ^(x2-3)  | ^(x2-3)
+0 1 1  | x0       | x1       | ^(x2-3)  | ^(x2-3)
+1 0 0  | ^(x0-2)  | ^(x0-2)  | ^(x0-2)  | x3
+1 0 1  | x0       | ^(x1-2)  | ^(x1-2)  | x3
+1 1 0  | ^(x0-1)  | ^(x0-1)  | x2       | x3
 1 1 1  | x0       | x1       | x2       | x3
 """]]