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.

TMS320F2800132: Question about Intrinsics operators

Part Number: TMS320F2800132

Tool/software:

Hello,

According to compiler using guide, different intrinsics operator can be used.

I would like to use __max and __min which are defined like this :

int __max(int dst , int src );

int __min(int dst , int src );

Is it possible to use it for unsigned 16 bit integer?

Regards.