fix(Platform): LoongArch support #3460

This commit is contained in:
Alex Fabijanic 2022-08-02 18:19:40 +02:00
parent 92152c8796
commit cedb34d3c3

View File

@ -136,6 +136,7 @@
#define POCO_ARCH_ARM64 0x0f // same as POCO_ARCH_AARCH64
#define POCO_ARCH_RISCV64 0x10
#define POCO_ARCH_RISCV32 0x11
#define POCO_ARCH_LOONGARCH64 0x12
#if defined(__ALPHA) || defined(__alpha) || defined(__alpha__) || defined(_M_ALPHA)