internal checkpoint

split kiss_fft.c into multiple files.  It seems the best approach, all things considered.
This commit is contained in:
Mark Borgerding
2003-12-04 02:38:50 +00:00
parent 164ab47a25
commit f3c4a9e9ca
10 changed files with 256 additions and 202 deletions

View File

@ -1,3 +1,9 @@
1.0
changed kiss_fft function from using a single buffer, to two buffers.
If the same buffer pointer is supplied for both in and out, kiss will
manage the buffer copies.
0.4 : optimized for radix 2,3,4,5