[PATCH] D61399: [OpenMP][Clang] Support for target math functions

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 3 07:56:46 PDT 2019


ABataev added a comment.

In D61399#1489757 <https://reviews.llvm.org/D61399#1489757>, @gtbercea wrote:

> @ABataev this patch works for both C and C++ and for both math.h and cmath headers.


Did you test it for the builtins? like `pow`, `powf` and `powl`? How are the builtins resolved with this patch?


Repository:
  rC Clang

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

https://reviews.llvm.org/D61399





More information about the cfe-commits mailing list