-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-7536
-
C6000_8.3.6
-
default
The compiler manual states the interface to _ssub2 is ...
int _ssub2 (unsigned src1, unsigned src2);
However, the correct interface, which is present in the header file c6x.h, is ...
int _ssub2(int, int);