We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701098 commit c9c7054Copy full SHA for c9c7054
hpx/lcos/local/spinlock.hpp
@@ -2,8 +2,8 @@
2
// Copyright (c) 2011 Bryce Lelbach
3
// Copyright (c) 2011-2018 Hartmut Kaiser
4
// Copyright (c) 2014 Thomas Heller
5
-//
6
// Copyright (c) 2008 Peter Dimov
+// Copyright (c) 2018 Patrick Diehl
7
//
8
// Distributed under the Boost Software License, Version 1.0. (See accompanying
9
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -28,7 +28,7 @@
28
# include <boost/detail/interlocked.hpp>
29
# endif
30
#else
31
-# if !defined(__ANDROID__) && !defined(ANDROID) && !defined(__arm__)
+# if !defined(__ANDROID__) && !defined(ANDROID)
32
# include <boost/smart_ptr/detail/spinlock.hpp>
33
# if defined(__ia64__) && defined(__INTEL_COMPILER)
34
# include <ia64intrin.h>
0 commit comments