[libc-commits] [PATCH] D153395: Populating 'libmgpu.a' for math on the GPU

Johannes Doerfert via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 20 21:13:47 PDT 2023


jdoerfert added a comment.

In D153395#4436654 <https://reviews.llvm.org/D153395#4436654>, @jhuber6 wrote:

> 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.

I don't think we should, at least not by default. It would be very surprising, IMHO.


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