summaryrefslogtreecommitdiff
path: root/boost/atomic/detail/platform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/atomic/detail/platform.hpp')
-rw-r--r--boost/atomic/detail/platform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/atomic/detail/platform.hpp b/boost/atomic/detail/platform.hpp
index 34be8e6a0a..cc3cf1b67a 100644
--- a/boost/atomic/detail/platform.hpp
+++ b/boost/atomic/detail/platform.hpp
@@ -88,7 +88,7 @@
#define BOOST_ATOMIC_DETAIL_PLATFORM msvc_x86
-#elif defined(_MSC_VER) && _MSC_VER >= 1700 && defined(_M_ARM)
+#elif defined(_MSC_VER) && _MSC_VER >= 1700 && (defined(_M_ARM) || defined(_M_ARM64))
#define BOOST_ATOMIC_DETAIL_PLATFORM msvc_arm