summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libspeex/pseudofloat.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-03-13 14:31:13 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-03-13 14:31:13 +0000
commit93ff3c10812dfb352bff37730cebb7394fd8aea3 (patch)
tree52b94d0db5af11749b4ed1bf0feaa310aa6b64e6 /apps/codecs/libspeex/pseudofloat.h
parent5cbaa286411a7b7fc203c4c9260b13ff858ff69e (diff)
downloadrockbox-93ff3c10812dfb352bff37730cebb7394fd8aea3.tar.gz
rockbox-93ff3c10812dfb352bff37730cebb7394fd8aea3.zip
turn on ARM optimizations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12751 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex/pseudofloat.h')
-rw-r--r--apps/codecs/libspeex/pseudofloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/pseudofloat.h b/apps/codecs/libspeex/pseudofloat.h
index a6c4762841..05542f1d7f 100644
--- a/apps/codecs/libspeex/pseudofloat.h
+++ b/apps/codecs/libspeex/pseudofloat.h
@@ -59,7 +59,6 @@ static const spx_float_t FLOAT_ZERO = {0,0};
static const spx_float_t FLOAT_ONE = {16384,-14};
static const spx_float_t FLOAT_HALF = {16384,-15};
-#define MIN(a,b) ((a)<(b)?(a):(b))
static inline spx_float_t PSEUDOFLOAT(spx_int32_t x)
{
int e=0;