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