1
0
Fork 0
forked from len0rd/rockbox

Fractals: Have helper functions in header file to keep them inlined

- Should fix performance degradation caused because of the split
- Thanks for all who noticed (amiconn et al.)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24266 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2010-01-17 22:03:36 +00:00
parent d812362905
commit 563f2602f4
7 changed files with 118 additions and 204 deletions

View file

@ -1,10 +1,3 @@
fractal.c
fractal_rect.c
mandelbrot_set.c
#if CONFIG_CPU == SH7034
cpu_sh7043.c
#elif defined CPU_COLDFIRE
cpu_coldfire.c
#elif defined CPU_ARM
cpu_arm.c
#endif