[libc-commits] [libc] [libc] Make GPU `libm` use generic implementations (PR #98014)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Jul 8 04:43:22 PDT 2024
jhuber6 wrote:
With this patch, the math functions still not implemented by either LLVM's `libm` or a builtin are the following:
```
acos.cpp
acosh.cpp
asin.cpp
asinh.cpp
atan2.cpp
atan.cpp
atanh.cpp
cosh.cpp
erf.cpp
pow.cpp
sinh.cpp
tanh.cpp
tgamma.cpp
tgammaf.cpp
```
https://github.com/llvm/llvm-project/pull/98014
More information about the libc-commits
mailing list