aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/Util.h')
-rw-r--r--src/internal/Util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/Util.h b/src/internal/Util.h
index d00a309e4..60413a8af 100644
--- a/src/internal/Util.h
+++ b/src/internal/Util.h
@@ -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__