Revert ABS16/32 on C55 -- ended up being slower

This commit is contained in:
Jean-Marc Valin 2008-03-28 08:45:46 +11:00
parent 4fd989e8c7
commit 9c50c6bc68

View file

@ -37,12 +37,6 @@
#include "dsplib.h"
#undef ABS16
#define ABS16(x) _abss(x)
#undef ABS32
#define ABS32(x) _labss(x)
#undef MAX16
#define MAX16(a,b) _max(a,b)