Enable fastmod on clang-cl and other pretenders such as Intel

This commit is contained in:
Peter Dimov
2022-06-25 01:44:14 +03:00
parent d204b9b408
commit 08e0fee141

View File

@ -151,7 +151,7 @@ namespace boost {
#endif
#if !defined(BOOST_NO_INT64_T) && \
(defined(BOOST_HAS_INT128) || (defined(BOOST_MSVC) && defined(_WIN64)))
(defined(BOOST_HAS_INT128) || (defined(_MSC_VER) && defined(_M_X64)))
#define BOOST_UNORDERED_FCA_FASTMOD_SUPPORT
#endif