summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--compat/defs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp
index 0a202039..d14832d0 100644
--- a/compat/defs.hpp
+++ b/compat/defs.hpp
@@ -66,6 +66,7 @@
#define fm_UNROLL _Pragma("loop(ivdep)")
#define fm_UNROLL_4 fm_UNROLL
#define fm_UNROLL_8 fm_UNROLL
+#define fm_UNROLL_2 fm_UNROLL
#else
#ifndef __SIZEOF_POINTER__
#error "missing __SIZEOF_POINTER__"