From 7eb79c076d3ee35cd7e010c80dd85aace97a285b Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sat, 12 Jan 2013 03:48:20 -0500 Subject: Peel loops, aka only unroll loops if their number of iterations is a compile-time constant. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 489b290..128d6ff 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ CFLAGS := -mips32 -mno-abicalls -fno-pic -fno-builtin \ -fno-exceptions -ffunction-sections -mno-long-calls \ -msoft-float -G 4 \ -O3 -fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \ - -fweb + -fweb -fpeel-loops DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \ -DVAR_CYCLES -DCPU_SHUTDOWN -DSPC700_SHUTDOWN \ -- cgit v1.2.3