From ea730e70e6b2523ce0c0e4a86ff7f22267e4e7bf Mon Sep 17 00:00:00 2001 From: Sebastian Frysztak Date: Sat, 5 Nov 2016 10:07:42 +0100 Subject: [PATCH] Unroll loops. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 694bd61..7354272 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ CFLAGS += -Wall CFLAGS += -O2 SIMD_CFLAGS += -mavx SIMD_CFLAGS += -mssse3 +SIMD_CFLAGS += -funroll-loops CPPFLAGS += -D_GNU_SOURCE CPPFLAGS += -DXKBCOMPOSE=$(shell if test -e /usr/include/xkbcommon/xkbcommon-compose.h ; then echo 1 ; else echo 0 ; fi ) CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)