What was noalias and what ever happened to it?
Answer / Santosh Kumar Bhart
Noalias is a C compiler extension provided by Intel's Compiler (icc) that helps avoid aliasing issues when using OpenMP. It is used to restrict data access within threads in parallel programming. As of now, the latest version of GCC does not support Noalias directly but there are workarounds available for its functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What is structure data type in c?
What is the use of ?: Operator?
What are local static variables?
2. What does static variable mean?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What are header files and what are its uses in C programming?
In C language what is a 'dangling pointer'?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
1 Answers Amdocs, Apps Associates,
Example of friendly function in c++
What is the real time usage volatile?