mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-24 19:40:45 +08:00
fix copy pasted comment
This commit is contained in:
parent
273b236f72
commit
afd7ee759b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user