aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index ad27bb31a..ea0512f36 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -346,6 +346,7 @@ typedef unsigned smalluint;
346# define ALIGN4 346# define ALIGN4
347#endif 347#endif
348#define ALIGN8 __attribute__((aligned(8))) 348#define ALIGN8 __attribute__((aligned(8)))
349#define ALIGN_INT __attribute__((aligned(sizeof(int))))
349#define ALIGN_PTR __attribute__((aligned(sizeof(void*)))) 350#define ALIGN_PTR __attribute__((aligned(sizeof(void*))))
350 351
351/* 352/*