We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15f0a5 commit 9ca7edeCopy full SHA for 9ca7ede
include/boost/decimal/detail/config.hpp
@@ -85,6 +85,11 @@
85
# else
86
# define BOOST_DECIMAL_HAS_MSVC_32BIT_INTRINSICS
87
# endif
88
+# if defined(__ADX__) && defined(BOOST_DECIMAL_HAS_MSVC_64BIT_INTRINSICS)
89
+# define BOOST_DECIMAL_ADD_CARRY _addcarryx_u64
90
+# elif defined(BOOST_DECIMAL_HAS_MSVC_64BIT_INTRINSICS)
91
+# define BOOST_DECIMAL_ADD_CARRY _addcarry_u64
92
+# endif
93
#elif defined(__x86_64__)
94
# ifndef BOOST_DECIMAL_BUILD_MODULE
95
# include <x86intrin.h>
0 commit comments