aboutsummaryrefslogtreecommitdiff
path: root/jmorecfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'jmorecfg.h')
-rw-r--r--jmorecfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jmorecfg.h b/jmorecfg.h
index 82a56d7..f878ed7 100644
--- a/jmorecfg.h
+++ b/jmorecfg.h
@@ -373,7 +373,7 @@ typedef int boolean;
#define MULTIPLIER short
#elif ANDROID_MIPS_IDCT
#define MULTIPLIER short
-#elif defined(NV_ARM_NEON) || defined(__aarch64__)
+#elif NV_ARM_NEON
#define MULTIPLIER short
#else
#define MULTIPLIER int /* type for fastest integer multiply */