Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

What is the difference between __restrict and restrict?

$
0
0

I check them in my code and find __restrict gives better performance than restrict when used for pointers with intel c++ compiler. I use #pragma omp parallel for and #pragma ivdep for my loop. What is the difference between __restrict and restrict?


Viewing all articles
Browse latest Browse all 1616

Trending Articles