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 c4ce850 commit 0c1b469Copy full SHA for 0c1b469
include/boost/json/detail/charconv/detail/emulated128.hpp
@@ -58,7 +58,7 @@ struct uint128
58
59
static inline std::uint64_t umul64(std::uint32_t x, std::uint32_t y) noexcept
60
{
61
- #if defined(BOOST_JSON_HAS_MSVC_32BIT_INTRINSICS) && !defined(_M_ARM64)
+ #if defined(BOOST_JSON_HAS_MSVC_32BIT_INTRINSICS) && !defined(_M_ARM)
62
63
return __emulu(x, y);
64
0 commit comments