[flang-commits] [flang] [llvm] [flang][flang-rt] Add support for non-standard TIMEF intrinsic (PR #185377)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Apr 29 04:24:24 PDT 2026
================
@@ -1233,6 +1233,24 @@ PROGRAM example_time
END PROGRAM
```
+### Non-Standard Intrinsics: TIMEF
+
+#### Description
+`TIMEF` returns the number of seconds that have elapsed since the first time TIMEF was called.
----------------
eugeneepshteyn wrote:
Please mention that this is "CPU time"
https://github.com/llvm/llvm-project/pull/185377
More information about the flang-commits
mailing list