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.

TMS320F280049: " if (A < B) " consumes 10~13 system clocks

Part Number: TMS320F280049


Please see below:

float32_t A;

int32_t B;

 I found a very simple comparison statement    " if (A < B) " consumes about 10~13 system clocks. Is this normal? Why does it take so long? Any way to reduce the execution time?