[PATCH] D139723: [OpenMP][AMDGPU] Enable use of abs labs and llabs math functions in C code
Gheorghe-Teodor Bercea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 9 14:34:16 PST 2022
doru1004 added inline comments.
================
Comment at: clang/lib/Headers/__clang_hip_math.h:145
// BEGIN FLOAT
-#if defined(__cplusplus)
__DEVICE__
----------------
arsenm wrote:
> Why not introduce __clang_hip_stdlib.h now?
Do we want to do this in this patch or as a separate patch? Is the work on libc_gpu/libm_gpu going to build up on these headers or will these headers be replaced in the process?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139723/new/
https://reviews.llvm.org/D139723
More information about the cfe-commits
mailing list