aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/FFT
diff options
context:
space:
mode:
authorGravatar Mark Borgerding <mark@borgerding.net>2009-05-31 15:44:57 -0400
committerGravatar Mark Borgerding <mark@borgerding.net>2009-05-31 15:44:57 -0400
commit1c543401741f1328b65d30a764f6273ddf9b60b6 (patch)
tree3e38ff4a4287ad88fdf77c9c12a0d5d6a448f4a8 /unsupported/Eigen/FFT
parent1fd6dfe428e6b65383b84f8dfe8f67c70ec370b4 (diff)
more work on ei_fftw_impl
Diffstat (limited to 'unsupported/Eigen/FFT')
-rw-r--r--unsupported/Eigen/FFT3
1 files changed, 2 insertions, 1 deletions
diff --git a/unsupported/Eigen/FFT b/unsupported/Eigen/FFT
index 03f8504a4..dc7e85908 100644
--- a/unsupported/Eigen/FFT
+++ b/unsupported/Eigen/FFT
@@ -32,7 +32,8 @@
// FFTW: faster, GPL -- incompatible with Eigen in LGPL form, bigger code size
#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
+#undef DEFAULT_FFT_IMPL
+#define DEFAULT_FFT_IMPL ei_fftw_impl
#endif
// intel Math Kernel Library: fastest, commerical -- incompatible with Eigen in GPL form