aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default/Settings.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-04 22:33:53 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-04 22:33:53 +0100
commite2d46eac42327465ed4b742de2028745ed0219c7 (patch)
treeeea52c65e9493cdeef9ed52bd61c9e23e8ba963c /Eigen/src/Core/arch/Default/Settings.h
parent0b555a4a3d97b6a9aac0f1057dbe116e35e8830e (diff)
Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.
This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf .
Diffstat (limited to 'Eigen/src/Core/arch/Default/Settings.h')
-rw-r--r--Eigen/src/Core/arch/Default/Settings.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Eigen/src/Core/arch/Default/Settings.h b/Eigen/src/Core/arch/Default/Settings.h
index ca777f965..957adc8fe 100644
--- a/Eigen/src/Core/arch/Default/Settings.h
+++ b/Eigen/src/Core/arch/Default/Settings.h
@@ -46,15 +46,6 @@
#define EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD 8
#endif
-/** Defines the maximal size in Bytes of blocks fitting in CPU cache.
- * The current value is set to generate blocks of 256x256 for float
- *
- * Typically for a single-threaded application you would set that to 25% of the size of your CPU caches in bytes
- */
-#ifndef EIGEN_TUNE_FOR_CPU_CACHE_SIZE
-#define EIGEN_TUNE_FOR_CPU_CACHE_SIZE (sizeof(float)*512*512)
-#endif
-
/** Defines the maximal width of the blocks used in the triangular product and solver
* for vectors (level 2 blas xTRMV and xTRSV). The default is 8.
*/