From a1145a1d040dd52b2b5d0e7fe965b6507475bbe2 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 13 Aug 2011 16:41:14 +0000 Subject: Remove all IRAM attributes from libGME to be able to restart the IRAM optimization on a clean code base. As first step move the sample buffers to IRAM which results in a 1-5% speedup for all codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30284 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/hes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/hes.c') diff --git a/apps/codecs/hes.c b/apps/codecs/hes.c index 598d787594..8c216ed060 100644 --- a/apps/codecs/hes.c +++ b/apps/codecs/hes.c @@ -10,7 +10,7 @@ CODEC_HEADER #define CHUNK_SIZE (1024*2) static int16_t samples[CHUNK_SIZE] IBSS_ATTR; -static struct Hes_Emu hes_emu IDATA_ATTR CACHEALIGN_ATTR; +static struct Hes_Emu hes_emu; /****************** rockbox interface ******************/ -- cgit v1.2.3