aboutsummaryrefslogtreecommitdiff
path: root/internal/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/common.h')
-rw-r--r--internal/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/common.h b/internal/common.h
index 1d89b26..511809d 100644
--- a/internal/common.h
+++ b/internal/common.h
@@ -117,7 +117,7 @@
// Detect Android. Don't conflate with ARM - we care about tuning
// for non-ARM Android devices too. This can be used in conjunction
// with x86 to tune differently for mobile x86 CPUs (Atom) vs. desktop x86 CPUs.
-#if defined(__ANDROID__) || defined(ANDROID)
+#if defined(__ANDROID__)
#define GEMMLOWP_ANDROID
#endif