[Openmp-commits] [PATCH] D93718: [OpenMP][Docs] Add FAQ entry about math and complex on GPUs

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 22 11:01:08 PST 2020


jdoerfert added inline comments.


================
Comment at: openmp/docs/SupportAndFAQ.rst:104
+
+Clang provides a set of wrapper headers that are found first when `math.h`,
+`cmath`, `complex.h`, or similar headers are included by the application. These
----------------
ye-luo wrote:
> I remember math.h can be difficult for C++. better to say math.h and complex.h for C and cmath and complex for C++.
Will do, though I'm curious what the problem is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93718



More information about the Openmp-commits mailing list