1
0
Fork 0
forked from len0rd/rockbox

Revert r27359

The ipod4g has enough free IRAM when built with gcc 4.4 eabi

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27362 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-07-09 19:58:55 +00:00
parent f746302ec3
commit ae79b67956

View file

@ -251,7 +251,7 @@ uint32_t random_int(void)
/* precision of values in pow2_tab */ /* precision of values in pow2_tab */
#define POWTBL_BITS (31-(INTERP_BITS)) #define POWTBL_BITS (31-(INTERP_BITS))
#define POWTBL_PRECIS (1U<<(POWTBL_BITS)) #define POWTBL_PRECIS (1U<<(POWTBL_BITS))
static const uint32_t pow2_tab[] ICONST_ATTR_FAAD_LARGE_IRAM = { static const uint32_t pow2_tab[] ICONST_ATTR = {
UFIX_CONST(1.000000000000000,POWTBL_PRECIS), UFIX_CONST(1.000000000000000,POWTBL_PRECIS),
UFIX_CONST(1.010889286051701,POWTBL_PRECIS), UFIX_CONST(1.010889286051701,POWTBL_PRECIS),
UFIX_CONST(1.021897148654117,POWTBL_PRECIS), UFIX_CONST(1.021897148654117,POWTBL_PRECIS),