From dd7bfa5b86e350c8b789380949cde3bb013b33b0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 21 Jul 2015 22:04:58 +0200 Subject: Add flags to improve SSE detection --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5f73f3b..65c48c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,12 +31,6 @@ else GITVERSION_FLAGS = endif -if HAVE_SSE -SIMD_CFLAGS = -msse -msse2 -else -SIMD_CFLAGS = -endif - bin_PROGRAMS = odr-dabmod FFT_DIR=lib/kiss_fft129 @@ -71,7 +65,7 @@ FFT_FLG= endif odr_dabmod_CPPFLAGS = -Wall -Isrc \ - $(FFT_INC) $(FFT_FLG) $(SIMD_CFLAGS) $(GITVERSION_FLAGS) + $(FFT_INC) $(FFT_FLG) $(GITVERSION_FLAGS) odr_dabmod_LDADD = $(FFT_LDADD) odr_dabmod_SOURCES = src/DabMod.cpp \ src/PcDebug.h \ -- cgit v1.2.3