mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
*** empty log message ***
This commit is contained in:
parent
a31b207c15
commit
029fad7a65
@ -69,7 +69,7 @@ test: all
|
||||
@./$(BENCHKISS) -x $(NUMFFTS) -n $(NFFT)
|
||||
@[ -x ./$(BENCHFFTW) ] && ./$(BENCHFFTW) -x $(NUMFFTS) -n $(NFFT) ||true
|
||||
@echo "======higher dimensions type=$(DATATYPE))"
|
||||
@([ "$(DATATYPE))" == "float" ] && for dim in 2 3 4 5 6 7 8 9; do ./testkiss.py $$dim ;done) || true
|
||||
@(for dim in 2 3 4 5 6 7 8 9; do [ "$(DATATYPE)" == "float" ] && ./testkiss.py $$dim ;done) || true
|
||||
|
||||
selftest.c:
|
||||
./mk_test.py 10 12 14 > selftest.c
|
||||
|
Loading…
Reference in New Issue
Block a user