Issue 147386
Summary [libc][math] Tracking Issue - Refactor Higher Math Functions to Header Only
Labels libc
Assignees
Reporter bassiounix
    This is tracking issue to refactor all higher math functions in single and double precision currently implemented in LLVM libc to be header-only.

Status:
- [ ] acos
- [ ] acosh
- [ ] acospi
- [ ] asin
- [ ] asinh
- [ ] asinpi
- [ ] atan
- [ ] atan2
- [ ] atan2pi
- [ ] atanh
- [ ] atanpi
- [ ] cbrt
- [ ] compoundn
- [ ] cos
- [ ] cosh
- [ ] cospi
- [ ] dsqrt
- [ ] erf
- [ ] erfc
- [ ] exp
  - [X] expf #143790
- [ ] exp10
- [ ] exp10m1
- [ ] exp2
- [ ] exp2m1
- [ ] expm1
- [ ] fma
- [ ] f16sqrt
- [ ] fsqrt
- [ ] hypot
- [ ] lgamma
- [ ] log
- [ ] log10
- [ ] log10p1
- [ ] log1p
- [ ] log2
- [ ] log2p1
- [ ] logp1
- [ ] pow
- [ ] powi*
- [ ] pown
- [ ] powr
- [ ] rootn
- [ ] rsqrt
- [ ] sin
- [ ] sincos
- [ ] sinh
- [ ] sinpi
- [ ] sqrt
- [ ] tan
- [ ] tanh
- [ ] tanpi
- [ ] tgamma

@lntue 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to