[all-commits] [llvm/llvm-project] a2e125: [flang] Added missing _Complex for COMPLEX(10) C r...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Mon Apr 17 18:02:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2e1257589bccbd9ec65a5c9e4245e31058647d4
https://github.com/llvm/llvm-project/commit/a2e1257589bccbd9ec65a5c9e4245e31058647d4
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M flang/runtime/complex-reduction.h
Log Message:
-----------
[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
More information about the All-commits
mailing list