Commit 3c63e93e by Tobias Burnus Committed by Tobias Burnus

intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.

2013-04-15  Tobias Burnus  <burnus@net-b.de>

        * intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.

From-SVN: r197970
parent 95bd9622
2013-04-15 Tobias Burnus <burnus@net-b.de>
* intrinsic.texi (SYSTEM_CLOCK): Recommend kind=8.
2013-04-15 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/56919
......
......@@ -12052,7 +12052,7 @@ the underlying platform clock. @var{COUNT_MAX} usually equals
@code{HUGE(COUNT_MAX)}. Note that the millisecond resolution of the
@var{kind=4} version implies that the @var{COUNT} will wrap around in
roughly 25 days. In order to avoid issues with the wrap around and for
more precise timing, please use the @var{kind=4} version.
more precise timing, please use the @var{kind=8} version.
If there is no clock, or querying the clock fails, @var{COUNT} is set
to @code{-HUGE(COUNT)}, and @var{COUNT_RATE} and @var{COUNT_MAX} are
......
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