rockbox/apps/codecs/libspc
Michael Sevakis d089e10403 Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm block instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30396 a1c6a512-1295-4272-9138-f99709370657
2011-08-31 11:19:16 +00:00
..
libspc.make FS#12231 2011-08-18 16:33:41 +00:00
SOURCES
spc_codec.h FS#12140 by Sean Bartell, Make various codec stuff static. 2011-06-01 10:28:26 +00:00
spc_cpu.c FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% on PP5022, PP5024 and S5L870x. No change of performance on Coldfire, PP5002 and PP5020. 2011-05-15 16:08:50 +00:00
spc_dsp.c Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm block instead. 2011-08-31 11:19:16 +00:00
spc_emu.c FS#12140 by Sean Bartell, Make various codec stuff static. 2011-06-01 10:28:26 +00:00
spc_profiler.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
spc_profiler.h