mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
fix(Platform): LoongArch support #3460
This commit is contained in:
@@ -136,6 +136,7 @@
|
|||||||
#define POCO_ARCH_ARM64 0x0f // same as POCO_ARCH_AARCH64
|
#define POCO_ARCH_ARM64 0x0f // same as POCO_ARCH_AARCH64
|
||||||
#define POCO_ARCH_RISCV64 0x10
|
#define POCO_ARCH_RISCV64 0x10
|
||||||
#define POCO_ARCH_RISCV32 0x11
|
#define POCO_ARCH_RISCV32 0x11
|
||||||
|
#define POCO_ARCH_LOONGARCH64 0x12
|
||||||
|
|
||||||
|
|
||||||
#if defined(__ALPHA) || defined(__alpha) || defined(__alpha__) || defined(_M_ALPHA)
|
#if defined(__ALPHA) || defined(__alpha) || defined(__alpha__) || defined(_M_ALPHA)
|
||||||
|
|||||||
Reference in New Issue
Block a user