added ei_fftw_impl

This commit is contained in:
Mark Borgerding
2009-05-30 17:55:47 -04:00
parent f13e000b45
commit 1fd6dfe428
3 changed files with 214 additions and 14 deletions

View File

@@ -30,9 +30,8 @@
#define DEFAULT_FFT_IMPL ei_kissfft_impl
// FFTW: faster, GPL -- incompatible with Eigen in LGPL form, bigger code size
#ifdef FFTW_PATIENT // definition of FFTW_PATIENT indicates the caller has included fftw3.h, we can use FFTW routines
// TODO
// #include "src/FFT/ei_fftw_impl.h"
#ifdef FFTW_ESTIMATE // definition of FFTW_ESTIMATE indicates the caller has included fftw3.h, we can use FFTW routines
#include "src/FFT/ei_fftw_impl.h"
// #define DEFAULT_FFT_IMPL ei_fftw_impl
#endif