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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits