summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-07-30 23:50:45 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-08-12 00:46:36 +0300
commit7bd98ae699b3fd3780fad7684f6eda9ff09f9141 (patch)
treed7d5f88d995b3cf5c4bf80bb3dce4c16e604f75c
parente50ada58fc63b620c6270abcc965d802d05057e2 (diff)
downloadlibatomic_ops-7bd98ae699b3fd3780fad7684f6eda9ff09f9141.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"