[flang-commits] [flang] [llvm] [openmp] [OpenMP] [Flang] Add Fortran integer(kind=8) overloads for omp_lib APIs (PR #221451)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Mon Sep 7 02:05:39 PDT 2026
================
@@ -237,28 +237,36 @@ __OMP_RTL(omp_get_dynamic, false, Int32, )
__OMP_RTL(omp_get_cancellation, false, Int32, )
__OMP_RTL(omp_get_nested, false, Int32, )
__OMP_RTL(omp_get_schedule, false, Void, Int32Ptr, Int32Ptr)
+__OMP_RTL(omp_get_schedule_8, false, Void, Int32Ptr, Int64Ptr)
----------------
mjklemm wrote:
All the `_8` variants should not start with `omp`. They are no official OpenMP routines. I'd rather use `kmp` instead to indicate that these are internal routines.
https://github.com/llvm/llvm-project/pull/221451
More information about the flang-commits
mailing list