forked from len0rd/rockbox
Correct comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28540 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
440d39a206
commit
ebcfb13a86
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void dct32(mad_fixed_t const in[32], unsigned int slot,
|
|||
/* possible DCT speed optimization */
|
||||
# if defined(FPM_COLDFIRE_EMAC)
|
||||
/* This is a Coldfire version of the OPT_SPEED optimisation below, but in the
|
||||
case of Coldfire it doesn't loose no additional precision. */
|
||||
case of Coldfire it does not loose additional precision. */
|
||||
# define MUL(x, y) \
|
||||
({ \
|
||||
mad_fixed64hi_t hi; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue