Hello,
I do have a question about the "built-in" functions of the TI code generator tools.
We currently use the CGT 4.9.0.
In our code we use the function __sqrtf () and fabsf(), but we do not include the math.h nor do we link the module with the EABI lib.
Even the function is undefined, the compiler and linker create an executable image. In the assembler I see, that the compiler seem to create the correct commands for the VFP.
As I am not sure if we use this function in the intended way, I do have following questions:
*) Where are these functions defined? Are those intrinsic routines as described in SPNU151g - chapter 6.7?
*) Is there another document describing this intrinsic?
Regards,
Erich