fix copy pasted comment

This commit is contained in:
Gael Guennebaud 2010-03-05 21:35:11 +01:00
parent 273b236f72
commit afd7ee759b

View File

@ -37,8 +37,7 @@
#define EIGEN_TUNE_FOR_CPU_CACHE_SIZE 8*128*128 #define EIGEN_TUNE_FOR_CPU_CACHE_SIZE 8*128*128
#endif #endif
// FIXME NEON has 16 quad registers, but since the current register allocator // NOTE Altivec has 32 registers, but Eigen only accepts a value of 8 or 16
// is so bad, it is much better to reduce it to 8
#ifndef EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS #ifndef EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS
#define EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS 16 #define EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS 16
#endif #endif