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:
parent
d812362905
commit
563f2602f4
7 changed files with 118 additions and 204 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue