[all-commits] [llvm/llvm-project] 35b0dd: [flang] Define the API for CPU_TIME
Diana via All-commits
all-commits at lists.llvm.org
Wed Jun 9 01:33:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35b0ddab0ee8064d23c6f390e30da14e756b5ba6
https://github.com/llvm/llvm-project/commit/35b0ddab0ee8064d23c6f390e30da14e756b5ba6
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
A flang/runtime/time-intrinsic.h
Log Message:
-----------
[flang] Define the API for CPU_TIME
CPU_TIME takes a single real scalar INTENT(OUT) argument. We can
therefore return a double and let lowering handle casting that to the
precision used for the default real kind.
Differential Revision: https://reviews.llvm.org/D103805
More information about the All-commits
mailing list