From Jason Turner

[atomic.types.int.comp]

Diff to HTML by rtfpessoa

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 | `sub` | `-` | subtraction |
6
- | `or` | `|` | bitwise inclusive or | `xor` | `^` | bitwise exclusive or |
7
- | `and` | `&` | bitwise and | | | |
 
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