|
|
|
|
|
by cozzyd
1929 days ago
|
|
It certainly does... it's the main reason fortran was often faster than C, isn't it? Aliasing prevents automatic vectorization, among other things. Whether or not the compiler will be smart enough to autovectorize is a different question. |
|
C compilers don't validate correct use of restrict.