mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Michael was right, it's best to base the unrolling limit on the product Rows*Cols.
This commit is contained in:
@@ -69,7 +69,7 @@ struct EiForwardDecl<EiMatrix<_Scalar, _Rows, _Cols> >
|
||||
|
||||
const int EiDynamic = -1;
|
||||
|
||||
#define EI_LOOP_UNROLLING_LIMIT 8
|
||||
#define EI_LOOP_UNROLLING_LIMIT 25
|
||||
|
||||
#define EI_UNUSED(x) (void)x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user