summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/dtoa/utils.h
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2020-09-11 20:03:56 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2020-09-12 16:39:38 +0300
commite16357a52fece93e48d5657cfa8b137e8932c0bb (patch)
tree86ad7abc21e490d723388877581d9252783e19b8 /Source/WTF/wtf/dtoa/utils.h
parent10cd6a106e1c461c774ca166a67b8c835c755ef7 (diff)
Import QtWebKit commit f966d667c14ddcfe983f4a31fc80a1edbb6ada10
Change-Id: I4c6773b5dc78399f46ab9fee5c0ff876bd90ba0d Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WTF/wtf/dtoa/utils.h')
-rw-r--r--Source/WTF/wtf/dtoa/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/dtoa/utils.h b/Source/WTF/wtf/dtoa/utils.h
index 889642cee..176d5909f 100644
--- a/Source/WTF/wtf/dtoa/utils.h
+++ b/Source/WTF/wtf/dtoa/utils.h
@@ -49,7 +49,7 @@
defined(__ARMEL__) || \
defined(_MIPS_ARCH_MIPS32R2)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
-#elif CPU(MIPS) || CPU(MIPS64) || CPU(PPC) || CPU(PPC64) || CPU(PPC64LE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(ALPHA) || CPU(ARM64) || CPU(HPPA)
+#elif CPU(MIPS) || CPU(MIPS64) || CPU(PPC) || CPU(PPC64) || CPU(PPC64LE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(ALPHA) || CPU(ARM64) || CPU(HPPA) || CPU(RISCV64)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(_M_IX86) || defined(__i386__)
#if defined(_WIN32)