summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2014-09-04 18:29:58 +0200
committerJanne Grunau <j@jannau.net>2014-10-09 23:22:33 +0200
commiteb5ce0ca4206ed4f74009c1b9a3a72407693448b (patch)
tree755a68f435fc53f93a015e8a695eab5422905b35 /include
parent568df90edc6ae07744de45de8665fb86ce6c84ee (diff)
downloadgf-complete-eb5ce0ca4206ed4f74009c1b9a3a72407693448b.tar.gz
configure: add ARM/AArch64 NEON support
Checks for arm_neon.h header.
Diffstat (limited to 'include')
-rw-r--r--include/gf_complete.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gf_complete.h b/include/gf_complete.h
index e8ea2ca..c4783e8 100644
--- a/include/gf_complete.h
+++ b/include/gf_complete.h
@@ -33,6 +33,10 @@
#include <wmmintrin.h>
#endif
+#if defined(ARM_NEON)
+ #include <arm_neon.h>
+#endif
+
/* These are the different ways to perform multiplication.
Not all are implemented for all values of w.