[Openmp-commits] [openmp] [openmp] Add support for arm64ec to libomp (PR #176151)
David Truby via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 23 07:32:14 PDT 2026
DavidTruby wrote:
`__kmp_invoke_microtask` is not itself a varargs function, it just takes a function pointer that is varargs. It's calling that function pointer correctly with the arguments that are passed to `__kmp_invoke_microtask` as an array that is the tricky part. I think that should all be fine if we just forward all the arguments on?
https://github.com/llvm/llvm-project/pull/176151
More information about the Openmp-commits
mailing list