Skip to content

Commit

Permalink
Merge pull request #150 from Dandan336/main
Browse files Browse the repository at this point in the history
Add loongarch64 support
  • Loading branch information
ColinH committed Jul 13, 2024
2 parents ad320d6 + 0815e22 commit b326963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tao/json/external/double.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
defined(__SH4__) || defined(__alpha__) || \
defined(_MIPS_ARCH_MIPS32R2) || \
defined(__AARCH64EL__) || defined(__aarch64__) || \
defined(__EMSCRIPTEN__)
defined(__EMSCRIPTEN__) || defined(__loongarch64)
#define TAO_JSON_DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(__mc68000__)
#undef TAO_JSON_DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
Expand Down

0 comments on commit b326963

Please sign in to comment.