[flang] Added missing _Complex for COMPLEX(10) C reduction API.
authorSlava Zakharin <szakharin@nvidia.com>
Sun, 16 Apr 2023 20:21:25 +0000 (13:21 -0700)
committerSlava Zakharin <szakharin@nvidia.com>
Tue, 18 Apr 2023 01:02:03 +0000 (18:02 -0700)
commita2e1257589bccbd9ec65a5c9e4245e31058647d4
tree450d0f12584af26db1de072faf50e0772a05900f
parent119a94b5aecb3c131381ff18fca0c2155dc42cec
[flang] Added missing _Complex for COMPLEX(10) C reduction API.

I noticed _Complex was missing for the long double case.
I might be missing something, but it looks like the compiler
does not call the C wrappers directly. Do we need to keep
the complex-reduction.[ch] at all?

Differential Revision: https://reviews.llvm.org/D148479
flang/runtime/complex-reduction.h