[PATCH] D12152: [OPENMP] Info about OpenMP Support in Users Manual

Kelvin Li via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 07:39:38 PDT 2015


kkwli0 added inline comments.

================
Comment at: docs/UsersManual.rst:1860
@@ +1859,3 @@
+
+Clang fully implements all of standard OpenMP 3.1 directives and clauses + some
+features of OpenMP 4.0, including ``#pragma omp simd``,
----------------
Clang supports all OpenMP 3.1 directives and clauses.  In addition, some features of OpenMP 4.0 are supported.  For example, ''#pragma omp simd'', ..., and ''#pragma omp taskgroup'' directives.

================
Comment at: docs/UsersManual.rst:1868
@@ +1867,3 @@
+
+OpenMP support is disabled by default. Use option::`-fopenmp=libomp` to enable
+it. Support for OpenMP can be disabled with :option:`-fno-openmp`.
----------------
Should it be :option:`-fopenmp=libomp`?


http://reviews.llvm.org/D12152





More information about the cfe-commits mailing list