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

Fixes typo in C6x macro.

parent 5a70097d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
#define OVERRIDE_CELT_ILOG2
#undef MULT16_32_Q15
#define MULT16_32_Q15(a,b) ADD32(SHL(_mpylh(a,b),1), SHR(_mpsu(a,b),15)
#define MULT16_32_Q15(a,b) (_mpylill(a, b) >> 15)
#if 0
#include "dsplib.h"
......
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