summaryrefslogtreecommitdiff
path: root/src/base/basictypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/basictypes.h')
-rw-r--r--src/base/basictypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/basictypes.h b/src/base/basictypes.h
index 5512906..ea87a6d 100644
--- a/src/base/basictypes.h
+++ b/src/base/basictypes.h
@@ -385,6 +385,8 @@ class AssignAttributeStartEnd {
# define CACHELINE_ALIGNED __attribute__((aligned(256)))
# elif (defined(__riscv) && __riscv_xlen == 64)
# define CACHELINE_ALIGNED __attribute__((aligned(64)))
+# elif (defined(__e2k__))
+# define CACHELINE_ALIGNED __attribute__((aligned(64)))
# else
# error Could not determine cache line length - unknown architecture
# endif