aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-08-11 09:09:00 -0700
committerChris Robinson <[email protected]>2014-08-11 09:09:00 -0700
commit960cdec0b595718e7c1d52982778b8360f42db17 (patch)
tree8a74d23845925a11b814b36ee28e3f5d0a6a1c52
parent4a9545affaf6873d87fce6768c47dd3518e0f556 (diff)
Remove a couple unnecessary HAVE_*_H header defines
The xmmintrin.h and arm_neon.h headers are always available with SSE and Neon support, respectively.
-rw-r--r--config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 3bb57c81..5d71951b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -130,12 +130,6 @@
/* Define if we have pthread_np.h */
#cmakedefine HAVE_PTHREAD_NP_H
-/* Define if we have xmmintrin.h */
-#cmakedefine HAVE_XMMINTRIN_H
-
-/* Define if we have arm_neon.h */
-#cmakedefine HAVE_ARM_NEON_H
-
/* Define if we have alloca.h */
#cmakedefine HAVE_ALLOCA_H