added kiss_fft_cleanup

updated Makefiles for long and simd targets
This commit is contained in:
Mark Borgerding
2005-07-09 03:42:07 +00:00
parent 553bd4f13a
commit 3b5dfee961
6 changed files with 38 additions and 7 deletions

View File

@ -54,9 +54,9 @@ tools:
cd ../tools && make all
# for x86 pentium+ machines , these flags work well
CFLAGS=-Wall -O3 -pedantic -march=pentiumpro -ffast-math -fomit-frame-pointer -I.. -I../tools $(WARNINGS)
CFLAGS=-O3 -march=pentiumpro -ffast-math -fomit-frame-pointer -I.. -I../tools $(WARNINGS)
# If the above flags do not work, try the following
#CFLAGS=-Wall -O3 -I.. -I../tools $(WARNINGS)
#CFLAGS=-O3 -I.. -I../tools $(WARNINGS)
$(SELFTEST): $(SELFTESTSRC) $(SRCFILES)
$(CC) -o $@ $(CFLAGS) $(TYPEFLAGS) -lm $+