From 60452431412b27517207b002094176a7dc06271c Mon Sep 17 00:00:00 2001 From: Antonio Sanchez Date: Fri, 5 Mar 2021 14:29:37 -0800 Subject: Revert stack allocation limit change that crept in. This was accidentally introduced when copying changes between repos. --- Eigen/src/Core/util/Macros.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 252d2be43..2837b7754 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -51,11 +51,7 @@ #ifndef EIGEN_STACK_ALLOCATION_LIMIT // 131072 == 128 KB -#if defined(__AVX512F__) - #define EIGEN_STACK_ALLOCATION_LIMIT 0 -#else - #define EIGEN_STACK_ALLOCATION_LIMIT 16384 -#endif +#define EIGEN_STACK_ALLOCATION_LIMIT 131072 #endif //------------------------------------------------------------------------------------------ -- cgit v1.2.3