Skip to content

Commit

Permalink
Merge pull request #488 from nsait-linaro/enable_win_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 18, 2021
2 parents 6a75b70 + ff1e7bd commit 6833495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/double-conversion/double-conversion/utils.h
Expand Up @@ -76,7 +76,7 @@ inline void abort_noreturn() { abort(); }
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
defined(__SH4__) || defined(__alpha__) || \
defined(_MIPS_ARCH_MIPS32R2) || \
defined(__AARCH64EL__) || defined(__aarch64__) || \
defined(__AARCH64EL__) || defined(__aarch64__) || defined(_M_ARM64) || \
defined(__riscv)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(__mc68000__)
Expand Down

0 comments on commit 6833495

Please sign in to comment.