[libc-commits] [PATCH] D152603: [libc] Add math functions to AMD/NVPTX libm
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 21 14:36:46 PDT 2023
jhuber6 added a comment.
Just realized the current machinery probably doesn't handle the case where AMDGPU has a builtin but NVPTX doesn't very well right now, since we only assume one of the `gpu/` or `gpu/vendor` entrypoints. We could probably just put the `__builtin` version under `gpu/vendor` for now and try to make it common later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152603/new/
https://reviews.llvm.org/D152603
More information about the libc-commits
mailing list