mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 00:43:07 +09:00
Add support for Loongarch architecture in double-conversion-utils.h
This commit is contained in:
parent
d8cb54ee92
commit
3812be3fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ inline void abort_noreturn() { abort(); }
|
|||
defined(__SH4__) || defined(__alpha__) || \
|
||||
defined(_MIPS_ARCH_MIPS32R2) || \
|
||||
defined(__AARCH64EL__) || defined(__aarch64__) || \
|
||||
defined(__riscv)
|
||||
defined(__riscv) || defined(__loongarch__)
|
||||
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
|
||||
#elif defined(__mc68000__)
|
||||
#undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue