aboutsummaryrefslogtreecommitdiff
path: root/source/chad.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/chad.h')
-rw-r--r--source/chad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/chad.h b/source/chad.h
index ceaec36..01eed68 100644
--- a/source/chad.h
+++ b/source/chad.h
@@ -13,6 +13,7 @@
#include <stdint.h>
#define always_inline static inline __attribute__((always_inline))
+#define aligned __attribute__((aligned))
#define MIN(a,b) ((a)<(b)?(a):(b))
#define MAX(a,b) ((a)>(b)?(a):(b))