Skip to content

Commit c9c7054

Browse files
diehlpkmsimberg
authored andcommitted
Fix compilation error n arm7 architecture. Compiles and runs on Fedora 29 on Pi 3.
1 parent f701098 commit c9c7054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hpx/lcos/local/spinlock.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Copyright (c) 2011 Bryce Lelbach
33
// Copyright (c) 2011-2018 Hartmut Kaiser
44
// Copyright (c) 2014 Thomas Heller
5-
//
65
// Copyright (c) 2008 Peter Dimov
6+
// Copyright (c) 2018 Patrick Diehl
77
//
88
// Distributed under the Boost Software License, Version 1.0. (See accompanying
99
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -28,7 +28,7 @@
2828
# include <boost/detail/interlocked.hpp>
2929
# endif
3030
#else
31-
# if !defined(__ANDROID__) && !defined(ANDROID) && !defined(__arm__)
31+
# if !defined(__ANDROID__) && !defined(ANDROID)
3232
# include <boost/smart_ptr/detail/spinlock.hpp>
3333
# if defined(__ia64__) && defined(__INTEL_COMPILER)
3434
# include <ia64intrin.h>

0 commit comments

Comments
 (0)