]> granicus.if.org Git - clang/commitdiff
[docs] Updated ReleaseNotes for OpenMP part.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 29 Dec 2017 18:23:12 +0000 (18:23 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 29 Dec 2017 18:23:12 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321561 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 8dce92341c3ba65b17488aaffab25699de7337eb..56edfeaa7285675f93ecda917afbcfd8a99e1d35 100644 (file)
@@ -209,7 +209,18 @@ OpenCL C Language Changes in Clang
 OpenMP Support in Clang
 ----------------------------------
 
-...
+- Added options `-f[no]-openmp-simd` that support code emission only foe OpenMP
+  SIMD-based directives, like `#pragma omp simd`, `#pragma omp parallel for simd`
+  etc. The code is emitted only for simd-based part of the combined directives
+  and clauses.
+
+- Added support for almost all target-based directives except for
+  `#pragma omp target teams distribute parallel for [simd]`. Although, please
+  note that `depend` clauses on target-based directives are not supported yet.
+  Clang supports offloading to X86_64, AArch64 and PPC64[LE] devices.
+
+- Added support for `reduction`-based clauses on `task`-based directives from
+  upcoming OpenMP 5.0.
 
 Internal API Changes
 --------------------