Commit c0a2ef7d by Jakub Jelinek Committed by Jakub Jelinek

invoke.texi (fopenmp): Bump OpenMP version from 4.0 to 4.5.

	* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
	4.5.

From-SVN: r245360
parent acbbac04
2017-02-11 Jakub Jelinek <jakub@redhat.com>
* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
4.5.
2017-02-11 Jan Hubicka <hubicka@ucw.cz>
PR tree-ssa/56727
......
......@@ -2042,7 +2042,7 @@ can be omitted, to use a target-specific default value.
Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
compiler generates parallel code according to the OpenMP Application
Program Interface v4.0 @w{@uref{http://www.openmp.org/}}. This option
Program Interface v4.5 @w{@uref{http://www.openmp.org/}}. This option
implies @option{-pthread}, and thus is only supported on targets that
have support for @option{-pthread}. @option{-fopenmp} implies
@option{-fopenmp-simd}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment