[PATCH] D110860: [flang] Improve runtime interface with C99 complex

Jean Perier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 23:47:48 PDT 2021


jeanPerier marked an inline comment as done.
jeanPerier added inline comments.


================
Comment at: flang/include/flang/Evaluate/pgmath.h.inc:71
+// for both folding and code generation (through template introspection), it
+// is crucial to make a difference between std::complex and _Complex here.
+// Unfortunately, _Complex support is not standard in C++.
----------------
klausler wrote:
> Minor English point: "distinction" is a better word than "difference" here
Thanks, updated before merge


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110860/new/

https://reviews.llvm.org/D110860



More information about the llvm-commits mailing list