aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-08-11 19:02:45 -0700
committerChris Robinson <[email protected]>2011-08-11 19:02:45 -0700
commit1e60481040c504c17c267b1faab6f32d748b5990 (patch)
tree8ea7425c1ef462fd20fe66b8913da4f75e1be76d /config.h.in
parentcda4c738e8f08824ab79d273a846b2d455b8e48f (diff)
Use ARM Neon vector ops to apply HRTFs when available
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c289e75d..4421578a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -92,6 +92,9 @@
/* Define if we have pthread_np.h */
#cmakedefine HAVE_PTHREAD_NP_H
+/* Define if we have arm_neon.h */
+#cmakedefine HAVE_ARM_NEON_H
+
/* Define if we have guiddef.h */
#cmakedefine HAVE_GUIDDEF_H