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

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 22 10:57:56 PST 2020


ye-luo 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
----------------
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++.


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