https://llvm.org/bugs/show_bug.cgi?id=25817
Alexey Bataev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |LATER --- Comment #2 from Alexey Bataev <[email protected]> --- Clang officially supports only OpenMP 3.1. Declare simd is a feature from OpenMP 4.0. Though almost all non-offloading features from OpenMP 4.0 are support in clang already, but user-defined reductions and elemental functions are not supported. The patches for these feature are under review. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
