Skip to content

Commit 456f735

Browse files
authored
Merge pull request #529 from ehuss/remove-target_has_atomic
Remove target_has_atomic.
2 parents 7ee16d9 + c114a16 commit 456f735

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/conditional-compilation.md

-14
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,6 @@ to `"64"` for targets with 64-bit pointers.
153153

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

156-
### `target_has_atomic`
157-
158-
Key-value option set for each integer size on which the target can perform
159-
atomic operations.
160-
161-
Possible values:
162-
163-
* `"8"`
164-
* `"16"`
165-
* `"32"`
166-
* `"64"`
167-
* `"128"`
168-
* `"ptr"`
169-
170156
### `target_vendor`
171157

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

0 commit comments

Comments
 (0)