Unroll loops.

This commit is contained in:
Sebastian Frysztak 2016-11-05 10:07:42 +01:00
parent 6ae9934e20
commit ea730e70e6
1 changed files with 1 additions and 0 deletions

View File

@ -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)