Commit 22140cb0 by Gerald Pfeifer Committed by Gerald Pfeifer

generic.texi (OpenACC): Adjust URL.

	* doc/generic.texi (OpenACC): Adjust URL.
	* doc/invoke.texi (C Dialect Options): Ditto.

From-SVN: r251626
parent 6b643efd
2017-09-03 Gerald Pfeifer <gerald@pfeifer.com>
* doc/generic.texi (OpenACC): Adjust URL.
* doc/invoke.texi (C Dialect Options): Ditto.
2017-09-03 Uros Bizjak <ubizjak@gmail.com> 2017-09-03 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*bt<mode>): Use nonimmediate_operand * config/i386/i386.md (*bt<mode>): Use nonimmediate_operand
......
...@@ -2251,7 +2251,7 @@ compilation. ...@@ -2251,7 +2251,7 @@ compilation.
@tindex OACC_UPDATE @tindex OACC_UPDATE
All the statements starting with @code{OACC_} represent directives and All the statements starting with @code{OACC_} represent directives and
clauses used by the OpenACC API @w{@uref{http://www.openacc.org/}}. clauses used by the OpenACC API @w{@uref{https://www.openacc.org}}.
@table @code @table @code
@item OACC_CACHE @item OACC_CACHE
......
...@@ -2039,7 +2039,7 @@ freestanding and hosted environments. ...@@ -2039,7 +2039,7 @@ freestanding and hosted environments.
Enable handling of OpenACC directives @code{#pragma acc} in C/C++ and Enable handling of OpenACC directives @code{#pragma acc} in C/C++ and
@code{!$acc} in Fortran. When @option{-fopenacc} is specified, the @code{!$acc} in Fortran. When @option{-fopenacc} is specified, the
compiler generates accelerated code according to the OpenACC Application compiler generates accelerated code according to the OpenACC Application
Programming Interface v2.0 @w{@uref{http://www.openacc.org/}}. This option Programming Interface v2.0 @w{@uref{https://www.openacc.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}.
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