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

Gheorghe-Teodor Bercea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 3 08:41:47 PDT 2019


gtbercea added a comment.

In D61399#1489762 <https://reviews.llvm.org/D61399#1489762>, @ABataev wrote:

> 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?


I have. There are tests for this.


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