Home
last modified time | relevance | path

Searched refs:EIGEN_DONT_ALIGN_STATICALLY (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMacros.h70 #ifndef EIGEN_DONT_ALIGN_STATICALLY
71 #define EIGEN_DONT_ALIGN_STATICALLY macro
80 #if EIGEN_ARCH_WANTS_STACK_ALIGNMENT && !defined(EIGEN_DONT_ALIGN_STATICALLY)
/external/eigen/test/
Ddontalign.cpp13 #define EIGEN_DONT_ALIGN_STATICALLY macro
/external/eigen/doc/
DUnalignedArrayAssert.dox103 …<li>Define EIGEN_DONT_ALIGN_STATICALLY. That disables all 128-bit static alignment code, while kee…
DPreprocessorDirectives.dox63 …- \b EIGEN_DONT_ALIGN_STATICALLY - disables alignment of arrays on the stack. Not defined by defau…
DA05_PortingFrom2To3.dox269 …ALIGN option still exists in Eigen 3, but it has a new cousin: EIGEN_DONT_ALIGN_STATICALLY. It all…