diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index 2a8a8da5f..8044db217 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -153,20 +153,6 @@ to `"64"` for targets with 64-bit pointers. -### `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.