ICONST_ATTR police
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7893 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c38ddac43a
commit
d2546c3dc6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ mad_fixed_t const sf_table[64] ICONST_ATTR = {
|
|||
|
||||
/* linear scaling table */
|
||||
static
|
||||
mad_fixed_t const linear_table[14] IDATA_ATTR = {
|
||||
mad_fixed_t const linear_table[14] ICONST_ATTR = {
|
||||
MAD_F(0x15555555), /* 2^2 / (2^2 - 1) == 1.33333333333333 */
|
||||
MAD_F(0x12492492), /* 2^3 / (2^3 - 1) == 1.14285714285714 */
|
||||
MAD_F(0x11111111), /* 2^4 / (2^4 - 1) == 1.06666666666667 */
|
||||
|
|
Loading…
Reference in a new issue