Revert ABS16/32 on C55 -- ended up being slower
This commit is contained in:
parent
4fd989e8c7
commit
9c50c6bc68
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue