On Wed, 18 Sep 2013, Jakub Jelinek wrote:
> Hi!
>
> This is the C FE counterpart of the C++ FE OpenMP 4.0 user defined
> reductions, as C has no templates, class inheritance, doesn't
> allow #pragma omp declare reduction in structs/unions, the implementation is
> significantly simpler.
>
> Josep
Hi!
This is the C FE counterpart of the C++ FE OpenMP 4.0 user defined
reductions, as C has no templates, class inheritance, doesn't
allow #pragma omp declare reduction in structs/unions, the implementation is
significantly simpler.
Joseph, any comments on this?
2013-09-18 Jakub Jelinek