From 9ebe54046fe3f0d8759973b1f9117269adeae099 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Apr 2024 12:16:58 +0200 Subject: compat: remove pointless unroll by two --- compat/defs.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'compat') 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 -- cgit v1.2.3