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 ad320d6 commit 0815e22Copy full SHA for 0815e22
include/tao/json/external/double.hpp
@@ -63,7 +63,7 @@
63
defined(__SH4__) || defined(__alpha__) || \
64
defined(_MIPS_ARCH_MIPS32R2) || \
65
defined(__AARCH64EL__) || defined(__aarch64__) || \
66
- defined(__EMSCRIPTEN__)
+ defined(__EMSCRIPTEN__) || defined(__loongarch64)
67
#define TAO_JSON_DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
68
#elif defined(__mc68000__)
69
#undef TAO_JSON_DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
0 commit comments