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?
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.
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?
Hi,
restrict and __restrict behave identically internally to the compiler.
Best,
Asha