From d809f6a02162435996be16444fa70e0d57ed1c2c Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 30 Jul 2022 23:50:45 +0300 Subject: 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. --- src/atomic_ops/sysdeps/gcc/tile.h | 4 ++-- 1 file 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" -- cgit v1.2.1