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

index eff8ef146e355e493cc831bdfd295358d8fb23ba..458fac2aaa5f892ecb6fd053568892f4a35ed647 100644 (file)
@@ -15,7 +15,7 @@ and take up large resources.
     partition:     P    P    P     (3 bits)
     a        : .... .... .... .... (32 bits)
     b        : .... .... .... .... (32 bits)
-    exp-a    : ....P....P....P.... (32+3 bits, P=1 if no partition)
+    exp-a    : ....P....P....P.... (32+3 bits, P=0 if no partition)
     exp-b    : ....0....0....0.... (32 bits plus 3 zeros)
     exp-o    : ....xN...xN...xN... (32+3 bits - x to be discarded)
     o        : .... N... N... N... (32 bits - x ignored, N is carry-over)
@@ -28,7 +28,7 @@ new version:
     I = P=>c :      I    I    I    c (4 bits)
     a        :  AAAA AAAA AAAA AAAA  (32 bits)
     b        :  BBBB BBBB BBBB BBBB  (32 bits)
-    exp-a    : 0AAAACAAAACAAAACAAAAc (32+3+2 bits, P=1 if no partition)
+    exp-a    : 0AAAACAAAACAAAACAAAAc (32+3+2 bits, P=0 if no partition)
     exp-b    : 0BBBBIBBBBIBBBBIBBBBc (32+2 bits plus 3 zeros)
     exp-o    : o....oN...oN...oN...x (32+3+2 bits - x to be discarded)
     o        :  .... N... N... N...  (32 bits - x ignored, N is carry-over)