mirror of
https://github.com/libretro/snes9x2005.git
synced 2024-11-27 18:40:44 +00:00
Loop unrolling sucks. It was adding loads of instructions per audio sample.
This commit is contained in:
parent
4717df6485
commit
75690d5e91
2
Makefile
2
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 -funroll-loops
|
||||
-fweb
|
||||
|
||||
DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \
|
||||
-DVAR_CYCLES -DCPU_SHUTDOWN -DSPC700_SHUTDOWN \
|
||||
|
Loading…
Reference in New Issue
Block a user