tmp/tmp1474gi1p/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
**Table: Atomic arithmetic computations** <a id="tab:atomic.arithmetic.computations">[tab:atomic.arithmetic.computations]</a>
|
| 2 |
|
| 3 |
-
|
|
| 4 |
-
| ---
|
| 5 |
| `add` | `+` | addition | `sub` | `-` | subtraction |
|
| 6 |
| `or` | `|` | bitwise inclusive or | `xor` | `^` | bitwise exclusive or |
|
| 7 |
| `and` | `&` | bitwise and | | | |
|
| 8 |
|
|
|
|
| 1 |
**Table: Atomic arithmetic computations** <a id="tab:atomic.arithmetic.computations">[tab:atomic.arithmetic.computations]</a>
|
| 2 |
|
| 3 |
+
| Op | Computation |
|
| 4 |
+
| --- | ----------- |
|
| 5 |
| `add` | `+` | addition | `sub` | `-` | subtraction |
|
| 6 |
| `or` | `|` | bitwise inclusive or | `xor` | `^` | bitwise exclusive or |
|
| 7 |
| `and` | `&` | bitwise and | | | |
|
| 8 |
|