forked from len0rd/rockbox
Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.05MHz) on a 320kbps sample, and ~0.03MHz slowdown for Coldfire on a 55kbps sample.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27702 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3bbbb96395
commit
2054ca8b98
1 changed files with 1 additions and 1 deletions
|
|
@ -1209,7 +1209,7 @@ const int32_t sine_1024[] = {
|
|||
0x800078E8, 0x80003DB0, 0x80001636, 0x80000279
|
||||
};
|
||||
|
||||
const int32_t sine_512[] ICONST_ATTR_WMAPRO_WIN_VS_TMP = {
|
||||
const int32_t sine_512[] = {
|
||||
0xFFCDBC0C, 0xFF693440, 0xFF04ACD1, 0xFEA025FE, 0xFE3BA003, 0xFDD71B21,
|
||||
0xFD72978F, 0xFD0E1595, 0xFCA9956C, 0xFC45174E, 0xFBE09B85, 0xFB7C223F,
|
||||
0xFB17ABC2, 0xFAB33854, 0xFA4EC823, 0xF9EA5B74, 0xF985F28F, 0xF9218DA0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue