1
0
Fork 0
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:
Jens Arnold 2010-02-02 23:06:28 +00:00
parent 9f6586698a
commit b2ffb3e08f

View file

@ -99,7 +99,7 @@
#elif CONFIG_CPU == AS3525 #elif CONFIG_CPU == AS3525
.set recip_max, 42752 .set recip_max, 42752
#elif CONFIG_CPU == S5L8701 #elif CONFIG_CPU == S5L8701
.set recip_max, 13184 .set recip_max, 12800
#elif CONFIG_CPU == S5L8700 #elif CONFIG_CPU == S5L8700
.set recip_max, 9088 .set recip_max, 9088
#endif #endif