- add copyright line for Michael Olbrich

- some meta unrolling improvements
This commit is contained in:
Benoit Jacob
2007-10-01 06:23:05 +00:00
parent e116aba444
commit 656919619f
2 changed files with 19 additions and 14 deletions

View File

@@ -69,6 +69,8 @@ struct EiForwardDecl<EiMatrix<_Scalar, _Rows, _Cols> >
const int EiDynamic = -1;
#define EI_LOOP_UNROLLING_LIMIT 8
#define EI_UNUSED(x) (void)x
#ifdef __GNUC__