Issue |
132450
|
Summary |
[libc][math][AMDGPU] Implement GPU math functions
|
Labels |
libc
|
Assignees |
|
Reporter |
jhuber6
|
This is a tracking issue for math functions present in the existing GPU math libraries not currently provided by the LLVM libm.
## C standard functions
```
acos
acosh
asin
asinh
atan
atan2
atanh
erf
erfc
lgamma
scalb
signbit
sinh
tanh
tgamma
```
## Complex functions
```
cabs
cacos
cacosh
casin
casinh
catan
catanh
ccos
ccosh
cexp
clog
cosh
csin
csinh
csqrt
ctan
ctanh
```
## POSIX functions
```
j0
j1
y0
y1
```
## OpenCL / GPU extensions
```
powi
pown
minmag
maxmag
sinpi
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs