Lines 375-380
Link Here
|
375 |
|
375 |
|
376 |
#endif /* ARM */ |
376 |
#endif /* ARM */ |
377 |
|
377 |
|
|
|
378 |
#if defined(__loongarch64) |
379 |
#define WTF_CPU_LOONGARCH64 1 |
380 |
#endif |
381 |
|
378 |
#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) |
382 |
#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) |
379 |
#define WTF_CPU_MIPS 1 |
383 |
#define WTF_CPU_MIPS 1 |
380 |
#include <sgidefs.h> |
384 |
#include <sgidefs.h> |
Lines 958-964
Link Here
|
958 |
#endif |
962 |
#endif |
959 |
|
963 |
|
960 |
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) |
964 |
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) |
961 |
#if (CPU(X86_64) && !CPU(X32) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64) || CPU(MIPS64) || CPU(AARCH64) || CPU(RISCV64) |
965 |
#if (CPU(X86_64) && !CPU(X32) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64) || CPU(MIPS64) || CPU(AARCH64) || CPU(RISCV64) || CPU(LOONGARCH64) |
962 |
#define WTF_USE_JSVALUE64 1 |
966 |
#define WTF_USE_JSVALUE64 1 |
963 |
#elif CPU(ARM) || CPU(PPC64) || CPU(RISCV32) |
967 |
#elif CPU(ARM) || CPU(PPC64) || CPU(RISCV32) |
964 |
#define WTF_USE_JSVALUE32 1 |
968 |
#define WTF_USE_JSVALUE32 1 |