From 960cdec0b595718e7c1d52982778b8360f42db17 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 11 Aug 2014 09:09:00 -0700 Subject: [PATCH] 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. --- config.h.in | 6 ------ 1 file changed, 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 -- 2.11.4.GIT