Searched defs:EIGEN_ALIGN_STATICALLY (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DMacros.h78 // EIGEN_ALIGN_STATICALLY is the true test whether we want to align arrays on the stack or not. It takes into account both the user choice to explicitly disable
79 // alignment (EIGEN_DONT_ALIGN_STATICALLY) and the architecture config (EIGEN_ARCH_WANTS_STACK_ALIGNMENT). Henceforth, only EIGEN_ALIGN_STATICALLY should be used.
81 #define EIGEN_ALIGN_STATICALLY 1 macro
83 #define EIGEN_ALIGN_STATICALLY 0 macro
276 #if EIGEN_ALIGN_STATICALLY

Completed in 1349 milliseconds