mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
Revert stack allocation limit change that crept in.
This was accidentally introduced when copying changes between repos.
This commit is contained in:
parent
1a96d49afe
commit
6045243141
@ -51,11 +51,7 @@
|
|||||||
|
|
||||||
#ifndef EIGEN_STACK_ALLOCATION_LIMIT
|
#ifndef EIGEN_STACK_ALLOCATION_LIMIT
|
||||||
// 131072 == 128 KB
|
// 131072 == 128 KB
|
||||||
#if defined(__AVX512F__)
|
#define EIGEN_STACK_ALLOCATION_LIMIT 131072
|
||||||
#define EIGEN_STACK_ALLOCATION_LIMIT 0
|
|
||||||
#else
|
|
||||||
#define EIGEN_STACK_ALLOCATION_LIMIT 16384
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user