aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PreprocessorDirectives.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-02-05 21:24:35 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-02-05 21:24:35 +0100
commit62a1c911cd1fca97c381ac5cb21d0345934148a4 (patch)
tree678f92600d85b53335bbeb794f11b96414aca579 /doc/PreprocessorDirectives.dox
parent093f2b3c01518697fad88f9cfe91c576cd8e6f6e (diff)
Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths.
Diffstat (limited to 'doc/PreprocessorDirectives.dox')
-rw-r--r--doc/PreprocessorDirectives.dox3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/PreprocessorDirectives.dox b/doc/PreprocessorDirectives.dox
index 7cde1a36f..14e84bc20 100644
--- a/doc/PreprocessorDirectives.dox
+++ b/doc/PreprocessorDirectives.dox
@@ -87,9 +87,6 @@ run time. However, these assertions do cost time and can thus be turned off.
- \b EIGEN_STACK_ALLOCATION_LIMIT - defines the maximum bytes for a buffer to be allocated on the stack. For internal
temporary buffers, dynamic memory allocation is employed as a fall back. For fixed-size matrices or arrays, exceeding
this threshold raises a compile time assertion. Use 0 to set no limit. Default is 128 KB.
- - \b EIGEN_HAS_POSIX_MEMALIGN - defines whether aligned memory allocation can be performed through the \c posix_memalign
- function. The availability of \c posix_memalign is automatically checked on most platform, but this option allows to
- by-pass %Eigen's built-in rules.
\section TopicPreprocessorDirectivesPlugins Plugins