[PATCH] D71179: [OpenMP][WIP] Initial support for `begin/end declare variant`
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 17:54:30 PST 2019
jdoerfert marked an inline comment as done.
jdoerfert added inline comments.
================
Comment at: clang/lib/Headers/__clang_cuda_math_forward_declares.h:41
__DEVICE__ long abs(long);
__DEVICE__ long long abs(long long);
-__DEVICE__ double abs(double);
----------------
I have to double check what abs declarations where here and which were not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71179/new/
https://reviews.llvm.org/D71179
More information about the cfe-commits
mailing list