expand table width
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 10 Sep 2022 01:29:55 +0000 (18:29 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 10 Sep 2022 01:29:55 +0000 (18:29 -0700)
openpower/power_trans_ops.mdwn

index a3d4a9d5fdc12dc46695a803bf7191f26e5c151c..785dcb6d50b916b4c41cac449a255d49c82c7bfa 100644 (file)
@@ -44,15 +44,15 @@ and 59 for half-width (ending in s).
 
 Recommended 10-bit XO assignments:
 
-| opcode     | Description                             | Major 59 and 63 | bits 16..20 |
-|------------|-----------------------------------------|-----------------|-------------|
-| fatan2(s)  | atan2 arc tangent                       | 10010 01110     | FRB         |
-| fatan2pi(s)| atan2 arc tangent / &pi;                | 10000 01110     | FRB         |
-| fpow(s)    | x<sup>y</sup>                           | 11111 01101     | FRB         |
-| fpown(s)   | x<sup>n</sup> (n &in; &#x2124;)         | 11011 01100     | RB          |
-| fpowr(s)   | x<sup>y</sup> (x >= 0)                  | 11111 01100     | FRB         |
-| frootn(s)  | <sup>n</sup>&#x221A;x (n &in; &#x2124;) | 11011 01101     | RB          |
-| fhypot(s)  | &#x221A;(x<sup>2</sup> + y<sup>2</sup>) | 10100 01110     | FRB         |
+| opcode          | Description                             | Major 59 and 63 | bits 16..20 |
+|-----------------|-----------------------------------------|-----------------|-------------|
+| fatan2(s)       | atan2 arc tangent                       | 10010 01110     | FRB         |
+| fatan2pi(s)     | atan2 arc tangent / &pi;                | 10000 01110     | FRB         |
+| fpow(s)         | x<sup>y</sup>                           | 11111 01101     | FRB         |
+| fpown(s)        | x<sup>n</sup> (n &in; &#x2124;)         | 11011 01100     | RB          |
+| fpowr(s)        | x<sup>y</sup> (x >= 0)                  | 11111 01100     | FRB         |
+| frootn(s)       | <sup>n</sup>&#x221A;x (n &in; &#x2124;) | 11011 01101     | RB          |
+| fhypot(s)       | &#x221A;(x<sup>2</sup> + y<sup>2</sup>) | 10100 01110     | FRB         |
 
 # DRAFT List of 1-arg transcendental opcodes