[flang-commits] [flang] [flang] WIP: attempting to add an atomicadd intrinsinc (PR #123490)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Sun Jan 19 21:09:54 PST 2025
clementval wrote:
> Wouldn't I need a body without an interface? Could you point me to these other intrinsics?
It should not be declared as an interface or even as a subroutine. None of the intrinsics in the table have a definition in a fortran module file. If they had one, their name would be mangled and they would not match the one in the table.
https://github.com/llvm/llvm-project/pull/123490
More information about the flang-commits
mailing list