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

Anton Rydahl via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 21 14:02:37 PDT 2023


AntonRydahl updated this revision to Diff 533389.
AntonRydahl edited the summary of this revision.
AntonRydahl added a comment.

As suggested, the `long double` versions of the math functions were removed in thiscommit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153395/new/

https://reviews.llvm.org/D153395

Files:
  libc/config/gpu/entrypoints.txt
  libc/src/math/CMakeLists.txt
  libc/src/math/gpu/CMakeLists.txt
  libc/src/math/gpu/modf.cpp
  libc/src/math/gpu/modff.cpp
  libc/src/math/gpu/nearbyint.cpp
  libc/src/math/gpu/nearbyintf.cpp
  libc/src/math/gpu/nextafter.cpp
  libc/src/math/gpu/nextafterf.cpp
  libc/src/math/gpu/remainder.cpp
  libc/src/math/gpu/remainderf.cpp
  libc/src/math/gpu/remquo.cpp
  libc/src/math/gpu/remquof.cpp
  libc/src/math/gpu/rint.cpp
  libc/src/math/gpu/rintf.cpp
  libc/src/math/gpu/roundl.cpp
  libc/src/math/gpu/scalbn.cpp
  libc/src/math/gpu/scalbnf.cpp
  libc/src/math/gpu/sinh.cpp
  libc/src/math/gpu/sinhf.cpp
  libc/src/math/gpu/sqrt.cpp
  libc/src/math/gpu/sqrtf.cpp
  libc/src/math/gpu/tan.cpp
  libc/src/math/gpu/tanf.cpp
  libc/src/math/gpu/tanh.cpp
  libc/src/math/gpu/tanhf.cpp
  libc/src/math/gpu/trunc.cpp
  libc/src/math/gpu/truncf.cpp
  libc/src/math/gpu/vendor/CMakeLists.txt
  libc/src/math/gpu/vendor/amdgpu/amdgpu.h
  libc/src/math/gpu/vendor/amdgpu/declarations.h
  libc/src/math/gpu/vendor/nvptx/declarations.h
  libc/src/math/gpu/vendor/nvptx/nvptx.h
  libc/src/math/gpu/vendor/sincos.cpp
  libc/src/math/gpu/vendor/sincosf.cpp
  libc/src/math/gpu/vendor/sinf.cpp
  libc/src/math/sinh.h
  libc/src/math/tanh.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153395.533389.patch
Type: text/x-patch
Size: 37656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230621/8fe07d49/attachment-0001.bin>


More information about the libc-commits mailing list