Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,20 +153,6 @@ to `"64"` for targets with 64-bit pointers.

<!-- Are there targets that have a different bit number? -->

### `target_has_atomic`

Key-value option set for each integer size on which the target can perform
atomic operations.

Possible values:

* `"8"`
* `"16"`
* `"32"`
* `"64"`
* `"128"`
* `"ptr"`

### `target_vendor`

Key-value option set once with the vendor of the target.
Expand Down