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

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 10:52:56 PDT 2021


klausler accepted this revision.
klausler added inline comments.
This revision is now accepted and ready to land.


================
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++.
----------------
Minor English point: "distinction" is a better word than "difference" here


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