[PATCH] D61399: [OpenMP][Clang] Support for target math functions
Gheorghe-Teodor Bercea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 6 10:45:31 PDT 2019
gtbercea marked an inline comment as done.
gtbercea added inline comments.
================
Comment at: lib/Headers/__clang_cuda_cmath.h:444
using ::roundf;
+#ifndef _OPENMP
using ::scalblnf;
----------------
ABataev wrote:
> I see that the same guard is used `lib/Headers/__clang_cuda_device_functions.h`, but for different set of functions. Is this ok?
Yep, it's intentional. Again the variant issue.
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