[flang-commits] [flang] [llvm] [flang][flang-rt] Add support for non-standard TIMEF intrinsic (PR #185377)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Apr 22 07:47:19 PDT 2026
================
@@ -413,6 +415,54 @@ double RTNAME(Dsecnds)(double *refTime, const char *sourceFile, int line) {
// GNU extension function TIME()
std::int64_t RTNAME(time)() { return time(nullptr); }
+// Extension function TIMEF().
+// By default, it returns number of seconds that have
----------------
tarunprabhu wrote:
NIT: Any particular reason the comment lines here are so narrow? Could they be widened so they don't use up as many lines?
https://github.com/llvm/llvm-project/pull/185377
More information about the flang-commits
mailing list