mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
added test for simd crash to "make testall" and thus travis CI
This commit is contained in:
@ -67,6 +67,9 @@ tools:
|
||||
test_simd: test_simd.c $(SRCFILES)
|
||||
$(CC) -o $@ -g $(CFLAGS) -DUSE_SIMD=1 -msse $+ -lm
|
||||
|
||||
testsse: test_simd
|
||||
./test_simd
|
||||
|
||||
$(SELFTEST): $(SELFTESTSRC) $(SRCFILES)
|
||||
$(CC) -o $@ $(CFLAGS) $(TYPEFLAGS) $+ -lm
|
||||
|
||||
|
Reference in New Issue
Block a user