From d0138229791dc130b23337a9eed2a93c69355a9a Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Fri, 23 Sep 2022 21:45:00 +0800 Subject: [PATCH] add condition for loongarch --- include/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common.h b/include/common.h index 6c09f108..9d4fec75 100644 --- a/include/common.h +++ b/include/common.h @@ -311,6 +311,7 @@ MGUI_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8); defined(__amd64) || \ (defined(__alpha__) || defined(__alpha)) || \ defined(__arm__) || defined(__aarch64__) || \ + defined(__loongarch__) || \ defined(__riscv) || \ (defined(__CC_ARM) && !defined(__BIG_ENDIAN)) || \ (defined(__mips__) && defined(__MIPSEL__)) || \