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