radix 4 faster

This commit is contained in:
Mark Borgerding
2003-11-01 03:49:53 +00:00
parent d1df249536
commit 28551899e2
3 changed files with 21 additions and 27 deletions

View File

@ -46,7 +46,7 @@ time: all $(RANDDAT)
POW2=256 512 1024 2048
POW3=243 729 2187
mtime: all
@for n in $(POW3) ;do \
@for n in $(POW2) ;do \
export NFFT=$$n;make time; \
done