Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 107

/shark/trunk/ports/fftw/fftw/twiddle.c
23,13 → 23,13
* the inverse
*/
 
/* $Id: twiddle.c,v 1.1.1.1 2002-03-29 14:12:57 pj Exp $ */
/* $Id: twiddle.c,v 1.2 2003-03-24 11:14:54 pj Exp $ */
#ifdef FFTW_USING_CILK
#include <ports/cilk.h>
#include <ports/cilk-compat.h>
#include <cilk.h>
#include <cilk-compat.h>
#endif
 
#include <ports/fftw-int.h>
#include <fftw-int.h>
#include <math.h>
#include <stdlib.h>