aboutsummaryrefslogtreecommitdiff
path: root/include/common/attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/attributes.h')
-rw-r--r--include/common/attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/attributes.h b/include/common/attributes.h
index 71c34f2..cd058ab 100644
--- a/include/common/attributes.h
+++ b/include/common/attributes.h
@@ -60,7 +60,7 @@
#define ALIGN_64_VAL 64
#define ALIGN_32_VAL 32
#define ALIGN_16_VAL 16
-#elif ARCH_X86_32 || ARCH_ARM || ARCH_AARCH64 || ARCH_PPC64LE
+#elif ARCH_AARCH64 || ARCH_ARM || ARCH_LOONGARCH || ARCH_PPC64LE || ARCH_X86_32
/* ARM doesn't benefit from anything more than 16-byte alignment. */
#define ALIGN_64_VAL 16
#define ALIGN_32_VAL 16