Hello,
I am using the TMS320F28377D with compiler version v6.2.7.
In SPRU514G it says that fabs() is implemented as an intrinsics. However, it is also available in the run-time math library and declared in Math.h where other intrinsics are not declared anywhere else.
Looking at the disassembly output an intrinsic is clearly being used for this function, however I am not specifying this anywhere so how would I otherwise know that the intrinsic implementation is being used rather than the library function?
Thanks and regards,
Adam