I have been told that #pragma omp
directive in GCC is directive of the compiler, and is not directive of the preprocessor.
Is it correct?
How to distinguish preprocessor's and compiler's directives?
I have been told that #pragma omp
directive in GCC is directive of the compiler, and is not directive of the preprocessor.
Is it correct?
How to distinguish preprocessor's and compiler's directives?