mirror of git://gcc.gnu.org/git/gcc.git
invoke.texi (fopenmp): Change supported OpenMP version to 4.0.
2013-10-25 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi (fopenmp): Change supported OpenMP version
to 4.0.
From-SVN: r204049
This commit is contained in:
parent
cb61036706
commit
24ebcbc867
|
|
@ -1,3 +1,8 @@
|
||||||
|
2013-10-25 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
|
* doc/invoke.texi (fopenmp): Change supported OpenMP version
|
||||||
|
to 4.0.
|
||||||
|
|
||||||
2013-10-25 Uros Bizjak <ubizjak@gmail.com>
|
2013-10-25 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
* config/i386/i386.h (TARGET_MPX): New define.
|
* config/i386/i386.h (TARGET_MPX): New define.
|
||||||
|
|
|
||||||
|
|
@ -1825,7 +1825,7 @@ freestanding and hosted environments.
|
||||||
Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
|
Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
|
||||||
@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
|
@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
|
||||||
compiler generates parallel code according to the OpenMP Application
|
compiler generates parallel code according to the OpenMP Application
|
||||||
Program Interface v3.0 @w{@uref{http://www.openmp.org/}}. This option
|
Program Interface v4.0 @w{@uref{http://www.openmp.org/}}. This option
|
||||||
implies @option{-pthread}, and thus is only supported on targets that
|
implies @option{-pthread}, and thus is only supported on targets that
|
||||||
have support for @option{-pthread}.
|
have support for @option{-pthread}.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue