This website requires JavaScript.
Explore
Help
Sign In
Nyaaori
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
471d881979
rockbox
/
firmware
/
target
History
Jens Arnold
471d881979
ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12349 a1c6a512-1295-4272-9138-f99709370657
2007-02-17 11:19:14 +00:00
..
arm
ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call.
2007-02-17 11:19:14 +00:00
coldfire
Optimise EQ coef calculation routines for both speed and size. Move now unneeded fsqrt function to plugin fixed point library in case it'll be needed. Move all fixed point helper macros to dsp.h. Added FRACMUL_SHL macro to facilitate high-precision shifting of 64 bit multiplies and remove rounding from macsr in main thread to make this work as intended.
2007-02-05 01:01:15 +00:00
sh
Removed executable flag
2007-01-09 23:29:07 +00:00