diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2008-06-22 09:11:06 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2008-06-22 09:11:06 +0000 |
| commit | f0087f06aad7c35d5c95421e661f0852814cf90a (patch) | |
| tree | c4716ed123f9aa0d622294976a8e20adbada3cd3 /apps/codecs/libmusepack/mpc_config.h | |
| parent | 5acfae2a3c42bc9c585b80d60a4842037c0a8048 (diff) | |
| download | rockbox-f0087f06aad7c35d5c95421e661f0852814cf90a.zip rockbox-f0087f06aad7c35d5c95421e661f0852814cf90a.tar.gz rockbox-f0087f06aad7c35d5c95421e661f0852814cf90a.tar.bz2 rockbox-f0087f06aad7c35d5c95421e661f0852814cf90a.tar.xz | |
Small correction to avoid overflow within calculate_V()-function. Re-enable full precision for ARM as speed-optimized version is not that much faster anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17750 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/mpc_config.h')
| -rwxr-xr-x | apps/codecs/libmusepack/mpc_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/mpc_config.h b/apps/codecs/libmusepack/mpc_config.h index 6993775..fa78a46 100755 --- a/apps/codecs/libmusepack/mpc_config.h +++ b/apps/codecs/libmusepack/mpc_config.h @@ -37,7 +37,7 @@ #if defined(CPU_COLDFIRE)
// do nothing
#elif defined(CPU_ARM)
- #define OPTIMIZE_FOR_SPEED
+ //#define OPTIMIZE_FOR_SPEED
#else
#define OPTIMIZE_FOR_SPEED
#endif
|