Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 107

/shark/trunk/ports/fftw/fftw/generic.c
22,7 → 22,7
* generic.c -- "generic" codelets. They work for all n (and they are
* slow)
*/
#include <ports/fftw-int.h>
#include <fftw-int.h>
#include <stdlib.h>
 
void fftw_twiddle_generic(fftw_complex *A, const fftw_complex *W,