forked from len0rd/rockbox
Reduce reciprocal table size a bit on Nano 2nd Gen as well (fix red).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24474 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f6586698a
commit
b2ffb3e08f
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
|||
#elif CONFIG_CPU == AS3525
|
||||
.set recip_max, 42752
|
||||
#elif CONFIG_CPU == S5L8701
|
||||
.set recip_max, 13184
|
||||
.set recip_max, 12800
|
||||
#elif CONFIG_CPU == S5L8700
|
||||
.set recip_max, 9088
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue