Skip to content

Commit

Permalink
[double-conversion] Add aarch64 definition to util.h. Fixes MER#1495
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ghosal authored and Martin Ghosal committed Apr 12, 2016
1 parent 69670fb commit 287738f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/3rdparty/double-conversion/utils.h
Expand Up @@ -62,7 +62,8 @@
defined(__mips__) || defined(__powerpc__) || \
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
defined(__SH4__) || defined(__alpha__) || \
defined(_MIPS_ARCH_MIPS32R2)
defined(_MIPS_ARCH_MIPS32R2) || \
defined(__AARCH64EL__) || defined(__aarch64__)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
#if defined(_WIN32)
Expand Down

0 comments on commit 287738f

Please sign in to comment.