forked from len0rd/rockbox
Full precision synth_full and dct32. Replaced all multiplications with proper 64 bit EMAC multiplications, which yields improved sound.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6638 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7c54b3ad4b
commit
cc518c5f32
4 changed files with 65 additions and 20 deletions
|
|
@ -24,6 +24,12 @@
|
|||
# ifndef LIBMAD_GLOBAL_H
|
||||
# define LIBMAD_GLOBAL_H
|
||||
|
||||
#if CONFIG_CPU==MCF5249 && !defined(SIMULATOR)
|
||||
#define FPM_COLDFIRE_EMAC
|
||||
#else
|
||||
#define FPM_DEFAULT
|
||||
#endif
|
||||
|
||||
/* conditional debugging */
|
||||
|
||||
# if defined(DEBUG) && defined(NDEBUG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue