summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2021-08-30 01:36:24 +0000
committerVictor Costan <pwnall@chromium.org>2021-08-30 01:36:24 +0000
commit7062d7f1d8a5ca7ade075579f36681ff48616dc3 (patch)
treeb5647299c3f6cae4183ca702948b7973f0834c08 /cmake/config.h.in
parentcbb83a1d64a5505c6fe8d505641109e405358a7d (diff)
parent734b32bfe3d85675652964d09b59eff33a00f557 (diff)
downloadsnappy-git-7062d7f1d8a5ca7ade075579f36681ff48616dc3.tar.gz
Merge pull request #133 from JunHe77:simd
PiperOrigin-RevId: 393681630
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 306c7e2..5ea2b5a 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -49,6 +49,9 @@
/* Define to 1 if you target processors with BMI2+ and have <bmi2intrin.h>. */
#cmakedefine01 SNAPPY_HAVE_BMI2
+/* Define to 1 if you target processors with NEON and have <arm_neon.h>. */
+#cmakedefine01 SNAPPY_HAVE_NEON
+
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine01 SNAPPY_IS_BIG_ENDIAN