rockbox/firmware/target
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