OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EIGEN_DONT_ALIGN_STATICALLY
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/
dontalign.cpp
13
#define
EIGEN_DONT_ALIGN_STATICALLY
/external/eigen/Eigen/src/Core/util/
Macros.h
70
#ifndef
EIGEN_DONT_ALIGN_STATICALLY
71
#define
EIGEN_DONT_ALIGN_STATICALLY
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 45 milliseconds