mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
A test case for issue #40. Segfaults with: make -C test test_simd && ./test/test_simd
This commit is contained in:
@ -64,6 +64,8 @@ all: tools $(BENCHKISS) $(SELFTEST) $(BENCHFFTW) $(TESTREAL) $(TESTKFC)
|
||||
tools:
|
||||
cd ../tools && make all
|
||||
|
||||
test_simd: test_simd.c $(SRCFILES)
|
||||
$(CC) -o $@ -g $(CFLAGS) -DUSE_SIMD=1 -msse $+ -lm
|
||||
|
||||
$(SELFTEST): $(SELFTESTSRC) $(SRCFILES)
|
||||
$(CC) -o $@ $(CFLAGS) $(TYPEFLAGS) $+ -lm
|
||||
|
Reference in New Issue
Block a user