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.

TDA4VM: C7X: restrict vs __restrict

Part Number: TDA4VM

Hi,

I want to switch all uses of restrict in our C7X C++ code to __restrict to improve portability. Is there any functional difference on the C7X compiler between restrict and __restrict?