summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-11 12:16:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-11 13:12:53 +0200
commit9ebe54046fe3f0d8759973b1f9117269adeae099 (patch)
tree31ca3f98e2976e680f5dfa28088c992fb44f8ee5 /compat
parent18a8e3cc02f3f04ed644f57046ad95cc3e7b2db0 (diff)
compat: remove pointless unroll by two
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