From: lkcl Date: Mon, 11 Oct 2021 14:18:39 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3653 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=200ae84c3ad1aaaa8aae49e1a76057dcfe173dbe;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/eq.mdwn b/3d_gpu/architecture/dynamic_simd/eq.mdwn index 040cc2f15..bbbdc6616 100644 --- a/3d_gpu/architecture/dynamic_simd/eq.mdwn +++ b/3d_gpu/architecture/dynamic_simd/eq.mdwn @@ -30,7 +30,6 @@ the truth table for the 4-bit outputs `o0-o3` are as follows: [[!table data=""" 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)