Commit 40b8684f authored by Christophe Massiot's avatar Christophe Massiot

Added -funroll-all-loops and -fstrict-aliasing which seem to make things

faster.
parent 50f8da04
...@@ -99,6 +99,7 @@ endif ...@@ -99,6 +99,7 @@ endif
ifeq ($(OPTIMS),1) ifeq ($(OPTIMS),1)
CFLAGS += -O6 CFLAGS += -O6
CFLAGS += -ffast-math -funroll-loops -fargument-noalias-global CFLAGS += -ffast-math -funroll-loops -fargument-noalias-global
CFLAGS += -funroll-all-loops -fstrict-aliasing
CFLAGS += -fomit-frame-pointer CFLAGS += -fomit-frame-pointer
# Optimizations for x86 familiy # Optimizations for x86 familiy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment