very minor tweaks to radix 3 code

This commit is contained in:
Mark Borgerding
2004-02-24 02:21:03 +00:00
parent ac2eb527b7
commit 71bf5965b8
4 changed files with 39 additions and 27 deletions

View File

@ -1,3 +1,13 @@
1.2 (Feb 23, 2004)
interface change -- cfg object is forward declaration of struct instead of void*
This maintains type saftey and lets the compiler warn/error about stupid mistakes.
(prompted by suggestion from Erik de Castro Lopo)
small speed improvements
added psdpng.c -- sample utility that will create png spectrum "waterfalls" from an input file
( not terribly useful yet)
1.1.1 (Feb 1, 2004 )
minor bug fix -- only affects odd rank, in-place, multi-dimensional FFTs