forked from len0rd/rockbox
oops... should compile without warnings now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7187 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c6ff1f5eb5
commit
6753fb5138
13 changed files with 18 additions and 18 deletions
|
@ -1765,7 +1765,7 @@ void imdct36(mad_fixed_t const x[18], mad_fixed_t y[36])
|
|||
* DESCRIPTION: perform X[18]->x[36] IMDCT
|
||||
*/
|
||||
|
||||
# ifdef CPU_COLDFIRE && !defined(SIMULATOR)
|
||||
# if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
/* emac optimized imdct36, it is very ugly and i hope to replace it soon.
|
||||
* for now it is actually somewhat faster than the stock implementation.
|
||||
*/
|
||||
|
@ -2729,7 +2729,7 @@ void III_imdct_l(mad_fixed_t const X[18], mad_fixed_t z[36],
|
|||
* DESCRIPTION: perform IMDCT and windowing for short blocks
|
||||
*/
|
||||
|
||||
# ifdef CPU_COLDFIRE && !defined(SIMULATOR)
|
||||
# if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
void III_imdct_s(mad_fixed_t const X[18], mad_fixed_t z[36]);
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue