Part Number: AWR1642
Tool/software: TI C/C++ Compiler
Hi , many functions are declared in the c6x.h,
such as
double _fabs (double);
float _fabsf (float);
long long _mpyidll (int, int);
int _spint (float);
int _dpint (double);
What does _spint mean? I can't find an explanation for these functions. Can you help me?
The location of c6x.h on my computer is: C:\ti\ccs920\ccs\tools\compiler\ti-cgt-c6000_8.3.4\lib\src.
Tanks