(no commit message)
authorlkcl <lkcl@web>
Sun, 14 Feb 2021 20:05:54 +0000 (20:05 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 14 Feb 2021 20:05:54 +0000 (20:05 +0000)
3d_gpu/architecture/dynamic_simd/eq.mdwn

index c66c51957a0689a6ef46d8dda5c8d1ba1a38eb89..7581ba8ae2c4cdfbcfce3c8dc7e388974aa69720 100644 (file)
@@ -22,8 +22,8 @@ Given the four byte-level comparisons `eq0-eq3`:
 the truth table for the 4-bit outputs `o0-o3` are as follows:
 
 [[!table  data="""
-p2p1p0 | o0       | o1 | o2 | o3
-++++++ | ++++++++ | ++++++++ | ++++++++ | ++
+p2p1p0 | o0       | o1       | o2       | o3
+------ | -------- | -------- | -------- | --------
 0 0 0  | &(eq0-3) | &(eq0-3) | &(eq0-3) | &(eq0-3)
 0 0 1  | eq0      | &(eq1-3) | &(eq1-3) | &(eq1-3)
 0 1 0  | &(eq0-1) | &(eq0-1) | &(eq2-3) | &(eq2-3)