From c114a163b84a75b8f554fc4e9e3844f2e197f4f6 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 2 Mar 2019 12:37:02 -0800 Subject: [PATCH] Remove target_has_atomic. --- src/conditional-compilation.md | 14 -------------- 1 file changed, 14 deletions(-) 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.