summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-07-30 23:50:45 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-07-30 23:50:45 +0300
commitd809f6a02162435996be16444fa70e0d57ed1c2c (patch)
tree6f2864e6be3b4206b353d67d2b74b13ec5386f94
parent4b490b83f04560ac4b164ebf93c3583ca8248a7e (diff)
downloadlibatomic_ops-d809f6a02162435996be16444fa70e0d57ed1c2c.tar.gz
Properly place comment about minimal support in tile.h
* src/atomic_ops/sysdeps/gcc/tile.h: Move comment that the support is minimal to AO_DISABLE_GCC_ATOMICS part of code.
-rw-r--r--src/atomic_ops/sysdeps/gcc/tile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atomic_ops/sysdeps/gcc/tile.h b/src/atomic_ops/sysdeps/gcc/tile.h
index e42be1e..6d284b1 100644
--- a/src/atomic_ops/sysdeps/gcc/tile.h
+++ b/src/atomic_ops/sysdeps/gcc/tile.h
@@ -9,8 +9,6 @@
* modified is included with the above copyright notice.
*/
-/* Minimal support for tile. */
-
#if (AO_GNUC_PREREQ(4, 8) || AO_CLANG_PREREQ(3, 4)) \
&& !defined(AO_DISABLE_GCC_ATOMICS)
@@ -18,6 +16,8 @@
#else /* AO_DISABLE_GCC_ATOMICS */
+ /* Minimal support for tile. */
+
# include "../all_atomic_load_store.h"
# include "../test_and_set_t_is_ao_t.h"