mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1615: slightly increase the default unrolling limit to compensate for changeset 101ea26f5e
. This solves a performance regression with clang and 3x3 matrix products.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* it does not correspond to the number of iterations or the number of instructions
|
||||
*/
|
||||
#ifndef EIGEN_UNROLLING_LIMIT
|
||||
#define EIGEN_UNROLLING_LIMIT 100
|
||||
#define EIGEN_UNROLLING_LIMIT 110
|
||||
#endif
|
||||
|
||||
/** Defines the threshold between a "small" and a "large" matrix.
|
||||
|
||||
Reference in New Issue
Block a user