From 411f8198b46764a7c29030f8da1da90dc332308c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 3 Mar 2007 03:39:18 +0000 Subject: Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experiments in a commit by accident way too much. :P What's the deal with getting SVN to update Id or add it? Nothing seems to work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12562 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/spc/Spc_Dsp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/codecs') diff --git a/apps/codecs/spc/Spc_Dsp.h b/apps/codecs/spc/Spc_Dsp.h index 291d6ec2c8..3f66919db2 100644 --- a/apps/codecs/spc/Spc_Dsp.h +++ b/apps/codecs/spc/Spc_Dsp.h @@ -5,7 +5,6 @@ * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ - * * $Id$ * * Copyright (C) 2006-2007 Adam Gashlin (hcs) @@ -882,7 +881,7 @@ static void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf ) #if !SPC_NOINTERP /* Interleved gauss table (to improve cache coherency). */ /* gauss [i * 2 + j] = normal_gauss [(1 - j) * 256 + i] */ - static short const gauss [512] ICONST_ATTR = + static short const gauss [512] = { 370,1305, 366,1305, 362,1304, 358,1304, 354,1304, 351,1304, 347,1304, 343,1303, 339,1303, 336,1303, 332,1302, 328,1302, 325,1301, 321,1300, 318,1300, 314,1299, -- cgit v1.2.3