aboutsummaryrefslogtreecommitdiff
path: root/c/common
diff options
context:
space:
mode:
Diffstat (limited to 'c/common')
-rwxr-xr-xc/common/platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/common/platform.h b/c/common/platform.h
index 3945a27..93db089 100755
--- a/c/common/platform.h
+++ b/c/common/platform.h
@@ -203,6 +203,10 @@ OR:
#endif /* ARMv8 */
+#if defined(__ARM_NEON__) || defined(__ARM_NEON)
+#define BROTLI_TARGET_NEON
+#endif
+
#if defined(__i386) || defined(_M_IX86)
#define BROTLI_TARGET_X86
#endif