mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-20 13:37:38 -04:00
opus: Re-add IRAM hints to some constant tables
Was accidently disabled in14c6bb798d
(in January 2019) See8e8671a73e
for the benchmarks. Change-Id: I3d558f8cfc041a14d0a1e55da3b042c7d01089e8
This commit is contained in:
parent
67b5fa06d5
commit
43dfa7d084
3 changed files with 15 additions and 15 deletions
|
@ -116,7 +116,7 @@ opus_uint32 ec_tell_frac(ec_ctx *_this){
|
|||
|
||||
#ifdef USE_SMALL_DIV_TABLE
|
||||
/* Result of 2^32/(2*i+1), except for i=0. */
|
||||
const opus_uint32 SMALL_DIV_TABLE[129] = {
|
||||
const opus_uint32 SMALL_DIV_TABLE[129] ICONST_ATTR = {
|
||||
0xFFFFFFFF, 0x55555555, 0x33333333, 0x24924924,
|
||||
0x1C71C71C, 0x1745D174, 0x13B13B13, 0x11111111,
|
||||
0x0F0F0F0F, 0x0D79435E, 0x0C30C30C, 0x0B21642C,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue