[PATCH] [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.

Bataev, Alexey a.bataev at hotmail.com
Wed Dec 17 01:17:28 PST 2014


I don't think we should follow GCC rules, because currently we're using 
libiomp5 runtime interface, not gomp. Gomp compatible interface can be 
implemented later

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team

17.12.2014 6:44, John McCall пишет:
> If GCC always surrounds accesses in a global lock from the OpenMP runtime, then you will need to do the same in clang for compatibility unless you've decided not to care about GCC compatibility.  I guess you could provide some sort of -fno-openmp-gcc-compatibility flag if you want.
>
>
> http://reviews.llvm.org/D6431
>
> EMAIL PREFERENCES
>    http://reviews.llvm.org/settings/panel/emailpreferences/
>
>





More information about the cfe-commits mailing list