Skip to content

Remove target_has_atomic. #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2019
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