Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 107

/shark/trunk/ports/fftw/rfftw/rplanner.c
21,7 → 21,7
* planner.c -- find the optimal plan
*/
 
/* $Id: rplanner.c,v 1.1.1.1 2002-03-29 14:12:59 pj Exp $ */
/* $Id: rplanner.c,v 1.2 2003-03-24 11:14:59 pj Exp $ */
#ifdef FFTW_USING_CILK
#include <cilk.h>
#include <cilk-compat.h>
30,8 → 30,8
#include <stdlib.h>
//#include <stdio.h>
 
#include <ports/fftw-int.h>
#include <ports/rfftw.h>
#include <fftw-int.h>
#include <rfftw.h>
 
extern fftw_codelet_desc *rfftw_config[]; /* global from rconfig.c */
extern fftw_rgeneric_codelet fftw_hc2hc_forward_generic;