mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
MoonchildProductions/UXP#2897: Allow mfbt/double-conversion to compile on LA64
This commit is contained in:
parent
09a06eace0
commit
c69b41b80c
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@
|
||||||
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
|
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
|
||||||
defined(__SH4__) || defined(__alpha__) || \
|
defined(__SH4__) || defined(__alpha__) || \
|
||||||
defined(_MIPS_ARCH_MIPS32R2) || \
|
defined(_MIPS_ARCH_MIPS32R2) || \
|
||||||
defined(__AARCH64EL__) || defined(__aarch64__)
|
defined(__AARCH64EL__) || defined(__aarch64__) || \
|
||||||
|
defined(__loongarch64)
|
||||||
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
|
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
|
||||||
#elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
|
#elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue