]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/atomic/detail/caps_gcc_sync.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / atomic / detail / caps_gcc_sync.hpp
index d797e5af64c89ce31c850e6e9332d098d7000a5d..ffbe605a1a7725b442353052225de6fe169a9c27 100644 (file)
 #define BOOST_ATOMIC_DETAIL_CAPS_GCC_SYNC_HPP_INCLUDED_
 
 #include <boost/atomic/detail/config.hpp>
+#if defined(__i386__) || defined(__x86_64__)
 #include <boost/atomic/detail/hwcaps_gcc_x86.hpp>
+#elif defined(__arm__)
 #include <boost/atomic/detail/hwcaps_gcc_arm.hpp>
+#elif defined(__POWERPC__) || defined(__PPC__)
 #include <boost/atomic/detail/hwcaps_gcc_ppc.hpp>
+#endif
 
 #ifdef BOOST_HAS_PRAGMA_ONCE
 #pragma once