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
|
@ -99,7 +99,7 @@ static inline MPC_SAMPLE_FORMAT MPC_MULTIPLY_EX(MPC_SAMPLE_FORMAT item1,MPC_SAMP
|
|||
#ifdef MPC_HAVE_MULHIGH
|
||||
#define MPC_MULTIPLY_FRACT(X,Y) _MulHigh(X,Y)
|
||||
#else
|
||||
#ifdef CPU_COLDFIRE && !defined(SIMULATOR)
|
||||
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
/* loses one bit of accuracy.
|
||||
the rest of the macros won't be as easy as this... */
|
||||
#define MPC_MULTIPLY_FRACT(X,Y) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue