diff options
author | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2011-02-04 22:33:53 +0100 |
---|---|---|
committer | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2011-02-04 22:33:53 +0100 |
commit | e2d46eac42327465ed4b742de2028745ed0219c7 (patch) | |
tree | eea52c65e9493cdeef9ed52bd61c9e23e8ba963c /doc | |
parent | 0b555a4a3d97b6a9aac0f1057dbe116e35e8830e (diff) |
Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.
This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/I14_PreprocessorDirectives.dox | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/I14_PreprocessorDirectives.dox b/doc/I14_PreprocessorDirectives.dox index cbb63d587..2dd38d93d 100644 --- a/doc/I14_PreprocessorDirectives.dox +++ b/doc/I14_PreprocessorDirectives.dox @@ -52,8 +52,6 @@ run time. However, these assertions do cost time and can thus be turned off. - \b EIGEN_UNROLLING_LIMIT - defines the size of a loop to enable meta unrolling. Set it to zero to disable unrolling. The size of a loop here is expressed in Eigen's own notion of "number of FLOPS", it does not correspond to the number of iterations or the number of instructions. The default is value 100. - - \b EIGEN_TUNE_FOR_CPU_CACHE_SIZE - represents the maximal size in Bytes of L2 blocks. Since several blocks - have to stay concurently in L2 cache, this value should correspond to at most 1/4 of the size of L2 cache. \section TopicPreprocessorDirectivesPlugins Plugins |