This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Intrinsic Fabs()

Other Parts Discussed in Thread: TMS320F28377D

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