bit more table clarity
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 13 Feb 2020 18:20:47 +0000 (18:20 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 13 Feb 2020 18:20:47 +0000 (18:20 +0000)
3d_gpu/architecture/dynamic_simd/shift.mdwn

index d6bc35e6f043044c1f32964970410d7dc838ec55..a4be80f7c2859e47b668a94487ea6a2bb255e505 100644 (file)
@@ -107,8 +107,8 @@ For o3:
     if True:          o3 =  a0b0[31:24]
     if ~p0:           o3 |= a1b0[23:16]
     if  p0:           o3 |= a1b1[23:16]
-    if ~p0&p1:        o3 |= a2b1[15:8]
-    if  p0&p1:        o3 |= a2b0[15:8]
+    if ~p0& p1:       o3 |= a2b1[15:8]
+    if  p0& p1:       o3 |= a2b0[15:8]
     if      p1:       o3 |= a2b2[15:8]
     if ~p0&~p1&~p2:   o3 |= a3b0[7:0]
     if  p0&~p1&~p2:   o3 |= a3b1[7:0]