Skip to content
Snippets Groups Projects
Commit 4fd989e8 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

ABS16 and ABS32 for the C55

parent 124d1cdd
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,12 @@
#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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment