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

/external/eigen/Eigen/src/Core/util/
H A DMacros.h64 #define EIGEN_ARCH_WANTS_STACK_ALIGNMENT 1 macro
66 #define EIGEN_ARCH_WANTS_STACK_ALIGNMENT 0 macro
79 // alignment (EIGEN_DONT_ALIGN_STATICALLY) and the architecture config (EIGEN_ARCH_WANTS_STACK_ALIGNMENT). Henceforth, only EIGEN_ALIGN_STATICALLY should be used.
80 #if EIGEN_ARCH_WANTS_STACK_ALIGNMENT && !defined(EIGEN_DONT_ALIGN_STATICALLY)

Completed in 36 milliseconds