Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 342

/shark/trunk/ports/fftw/rfftw/rgeneric.c
22,8 → 22,8
* rgeneric.c -- "generic" rfftw codelets. They work for all n (and
* they are slow)
*/
#include <ports/fftw-int.h>
#include <ports/rfftw.h>
#include <fftw-int.h>
#include <rfftw.h>
 
/* this code assumes that r and m are both odd */
void fftw_hc2hc_forward_generic(fftw_real *A, const fftw_complex *W,