mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
GH #508: Can't compile for arm64 architecture
This commit is contained in:
parent
814baafe8d
commit
9258e482d7
@ -59,7 +59,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__)
|
||||
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
|
||||
#elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
|
||||
#if defined(_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user