[libc-commits] [PATCH] D152603: [libc] Add F32 inverse trig functions to AMD/NVPTX libm
Ethan Luis McDonough via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 9 19:26:55 PDT 2023
elmcdonough created this revision.
elmcdonough added reviewers: jdoerfert, AntonRydahl, jhuber6.
Herald added subscribers: libc-commits, mattd, gchakrabarti, asavonic, kerbowa, jvesely.
Herald added projects: libc-project, All.
elmcdonough requested review of this revision.
Related to D152486 <https://reviews.llvm.org/D152486>. This revision adds inverse trig float functions to libm.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152603
Files:
libc/config/gpu/entrypoints.txt
libc/src/math/gpu/CMakeLists.txt
libc/src/math/gpu/acosf.cpp
libc/src/math/gpu/acoshf.cpp
libc/src/math/gpu/amdgpu/amdgpu.h
libc/src/math/gpu/amdgpu/declarations.h
libc/src/math/gpu/asinf.cpp
libc/src/math/gpu/asinhf.cpp
libc/src/math/gpu/atanf.cpp
libc/src/math/gpu/atanhf.cpp
libc/src/math/gpu/nvptx/declarations.h
libc/src/math/gpu/nvptx/nvptx.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152603.530133.patch
Type: text/x-patch
Size: 10441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230610/0fa8412a/attachment.bin>
More information about the libc-commits
mailing list