diff options
Diffstat (limited to 'eigen/test/redux.cpp')
-rw-r--r-- | eigen/test/redux.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eigen/test/redux.cpp b/eigen/test/redux.cpp index 989e105..2bade37 100644 --- a/eigen/test/redux.cpp +++ b/eigen/test/redux.cpp @@ -9,6 +9,8 @@ // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #define TEST_ENABLE_TEMPORARY_TRACKING +#define EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD 8 +// ^^ see bug 1449 #include "main.h" |