summaryrefslogtreecommitdiff
path: root/src/base/basictypes.h
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2022-05-30 20:33:18 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2022-05-30 20:33:18 -0700
commit9d44463380716ebad2f8ba13ce8a737f22bb2602 (patch)
treed969bf7aaa81a719a8ad6f5a8b35a41433b75c87 /src/base/basictypes.h
parent6c99def347460adbb9f17815feb641cf5474548e (diff)
downloadgperftools-9d44463380716ebad2f8ba13ce8a737f22bb2602.tar.gz
Remove basic support for Elbrus 2000 (e2k)
This reverts commit 3b1c60cc4ea737ff151977dbcd164c5e2eb859fb.
Diffstat (limited to 'src/base/basictypes.h')
-rw-r--r--src/base/basictypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/basictypes.h b/src/base/basictypes.h
index 5814d5b..a8c9e1c 100644
--- a/src/base/basictypes.h
+++ b/src/base/basictypes.h
@@ -385,8 +385,6 @@ 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)))
# elif defined(__loongarch64)
# define CACHELINE_ALIGNED __attribute__((aligned(64)))
# else