[flang-commits] [flang] [llvm] [flang][flang-rt] Add support for non-standard TIMEF intrinsic (PR #185377)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed Mar 18 07:29:58 PDT 2026
klausler wrote:
It looks like the only distinction in behavior is the time scale; no implementation seems to have per-thread TIMEF state.
You could consider using a time step of seconds (for Intel/nvfortran compatibility), unless the runtime is being compiled for AIX (for XLF compatibility). And having an environment variable to change these defaults.
Or, since TIMEF is easily implemented in portable standard Fortran, leave it up to users.
https://github.com/llvm/llvm-project/pull/185377
More information about the flang-commits
mailing list