summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/defs.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp
index ff2171c3..856232db 100644
--- a/compat/defs.hpp
+++ b/compat/defs.hpp
@@ -69,7 +69,6 @@
#ifndef __SIZEOF_POINTER__
#error "missing __SIZEOF_POINTER__"
#endif
-#define fm_UNROLL_2 _Pragma("GCC unroll 2")
#define fm_UNROLL_4 _Pragma("GCC unroll 4")
#define fm_UNROLL_8 _Pragma("GCC unroll 8")
#if __SIZEOF_POINTER__ > 4