From a8d2459f8e1fb35cfa69807c6bc1ca8a6ea4555a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 22 Aug 2017 15:59:08 +0200 Subject: [PATCH] bug #1449: fix redux_3 unit test (grafted from bc4dae9aeb84cc3d3114ee496d55654cc7256584 ) --- test/redux.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/redux.cpp b/test/redux.cpp index 989e1057b..2bade3735 100644 --- a/test/redux.cpp +++ b/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"