[libc-commits] [PATCH] D153395: Populating 'libmgpu.a' for math on the GPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 20 20:47:28 PDT 2023
jhuber6 added a comment.
I'm wondering in general if we should bother supporting the `long double` variants of some of these. Both AMDGPU and NVPTX explicitly state that `long double` is just `double` on the GPU architecture so they're equivalent to the regular `double`versions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153395/new/
https://reviews.llvm.org/D153395
More information about the libc-commits
mailing list