mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-10 23:09:06 +08:00
Define EIGEN_MAX_STATIC_ALIGN_BYTES to 0 for architectures that don't require stack alignment
This commit is contained in:
parent
dc2c103b3b
commit
d2e0927127
@ -630,6 +630,8 @@ namespace Eigen {
|
|||||||
|
|
||||||
#if EIGEN_ARCH_WANTS_STACK_ALIGNMENT
|
#if EIGEN_ARCH_WANTS_STACK_ALIGNMENT
|
||||||
#define EIGEN_MAX_STATIC_ALIGN_BYTES EIGEN_IDEAL_MAX_ALIGN_BYTES
|
#define EIGEN_MAX_STATIC_ALIGN_BYTES EIGEN_IDEAL_MAX_ALIGN_BYTES
|
||||||
|
#else
|
||||||
|
#define EIGEN_MAX_STATIC_ALIGN_BYTES 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user