[llvm-bugs] [Bug 25817] Expected an OpenMP directive on #pragma omp declare simd
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Dec 14 18:37:30 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25817
Alexey Bataev <a.bataev at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |a.bataev at hotmail.com
Resolution|--- |LATER
--- Comment #2 from Alexey Bataev <a.bataev at hotmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151215/893e942d/attachment-0001.html>
More information about the llvm-bugs
mailing list