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