diff options
author | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:42:21 +0100 |
---|---|---|
committer | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:42:21 +0100 |
commit | 8fe45c44874dba5510640be32df4740dba1ace18 (patch) | |
tree | 965108c8069cbd4a595b35099ed08755ca11ca49 /patches/patch-Source_WTF_wtf_dtoa_utils_h | |
parent | 3bbedb2178014c22ef24335f62be346f410b846f (diff) |
WIP update to 2.3.90, working on amd64 (this time for real)
Diffstat (limited to 'patches/patch-Source_WTF_wtf_dtoa_utils_h')
-rw-r--r-- | patches/patch-Source_WTF_wtf_dtoa_utils_h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/patch-Source_WTF_wtf_dtoa_utils_h b/patches/patch-Source_WTF_wtf_dtoa_utils_h index b066f4d..3aa1fd2 100644 --- a/patches/patch-Source_WTF_wtf_dtoa_utils_h +++ b/patches/patch-Source_WTF_wtf_dtoa_utils_h @@ -1,12 +1,12 @@ $OpenBSD: patch-Source_WTF_wtf_dtoa_utils_h,v 1.2 2013/11/14 16:47:00 ajacoutot Exp $ ---- Source/WTF/wtf/dtoa/utils.h.orig Mon Nov 11 10:23:36 2013 -+++ Source/WTF/wtf/dtoa/utils.h Thu Nov 14 09:40:22 2013 +--- Source/WTF/wtf/dtoa/utils.h.orig Tue Jan 21 15:06:51 2014 ++++ Source/WTF/wtf/dtoa/utils.h Fri Feb 14 22:54:18 2014 @@ -49,7 +49,7 @@ defined(__ARMEL__) || \ defined(_MIPS_ARCH_MIPS32R2) #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 --#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(HPPA) -+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(HPPA) || CPU(MIPS64) || CPU(SPARC64) +-#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(ALPHA) || CPU(ARM64) || CPU(HPPA) ++#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(ALPHA) || CPU(ARM64) || CPU(HPPA) || CPU(MIPS64) || CPU(SPARC64) #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 #elif defined(_M_IX86) || defined(__i386__) #if defined(_WIN32) |