Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.

This macro is no longer used as of revision 0212eec23f
.
This commit is contained in:
Jitse Niesen
2011-02-04 22:33:53 +01:00
parent 0b555a4a3d
commit e2d46eac42
4 changed files with 0 additions and 19 deletions

View File

@@ -35,10 +35,6 @@ namespace internal {
#define EIGEN_HAS_FUSE_CJMADD 1
#endif
#ifndef EIGEN_TUNE_FOR_CPU_CACHE_SIZE
#define EIGEN_TUNE_FOR_CPU_CACHE_SIZE 8*256*256
#endif
// NOTE Altivec has 32 registers, but Eigen only accepts a value of 8 or 16
#ifndef EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS
#define EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS 16