Issue 177259
Summary [libc][math][c++23] Implement BFloat16 higher math functions
Labels libc
Assignees
Reporter krishna2803
    This issue serves as the meta issue for all higher math functions for the BFloat16 type.  
Please also see https://libc.llvm.org/headers/math/index.html.

- [ ] `acosbf16`
- [ ] `acoshbf16`
- [ ] `acospibf16`
- [ ] `asinbf16`
- [ ] `asinhbf16`
- [ ] `asinpibf16`
- [ ] `atanbf16`
- [ ] `atan2bf16`
- [ ] `atan2pibf16`
- [ ] `atanhbf16`
- [ ] `atanpibf16`
- [ ] `cbrtbf16`
- [ ] `compoundnbf16`
- [ ] `cosbf16`
- [ ] `coshbf16`
- [ ] `cospibf16`
- [ ] `erfbf16`
- [ ] `erfcbf16`
- [ ] `expbf16`: https://github.com/llvm/llvm-project/pull/161919
- [ ] `exp10bf16`
- [ ] `exp10m1bf16`
- [ ] `exp2bf16`
- [ ] `exp2m1bf16`
- [ ] `expm1bf16`
- [ ] `fmabf16`
- [ ] `hypotbf16`
- [ ] `lgammabf16`
- [x] `log_bf16`: https://github.com/llvm/llvm-project/pull/157811
- [ ] `log10bf16`
- [ ] `log10p1bf16`
- [ ] `log1pbf16`
- [ ] `log2bf16`
- [ ] `log2p1bf16`
- [ ] `logp1bf16`
- [ ] `powbf16`
- [ ] `pownbf16`
- [ ] `powrbf16`
- [ ] `rootnbf16`
- [ ] `rsqrtbf16`
- [ ] `sinbf16`
- [ ] `sincosbf16` (extension)
- [ ] `sinhbf16`
- [ ] `sinpibf16`
- [x] `sqrtbf16`: https://github.com/llvm/llvm-project/pull/156654
- [ ] `tanbf16`
- [ ] `tanhbf16`
- [ ] `tanpibf16`
- [ ] `tgammabf16`

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to