aboutsummaryrefslogtreecommitdiffstats
path: root/community/xxhash/lift-XXH_FORCE_MEMORY_ACCESS-condition.patch
blob: 581a44777ef0707899130e491fd458061169c0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/xxhash.c
+++ b/xxhash.c
@@ -54,10 +54,7 @@
                         || defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_6Z__) \
                         || defined(__ARM_ARCH_6ZK__) || defined(__ARM_ARCH_6T2__) )
 #    define XXH_FORCE_MEMORY_ACCESS 2
-#  elif (defined(__INTEL_COMPILER) && !defined(_WIN32)) || \
-  (defined(__GNUC__) && ( defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \
-                    || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \
-                    || defined(__ARM_ARCH_7S__) ))
+#  elif (defined(__INTEL_COMPILER) && !defined(_WIN32)) || defined(__GNUC__)
 #    define XXH_FORCE_MEMORY_ACCESS 1
 #  endif
 #endif