[libc] Tracking Issue - Emulated Float16, Float32, and Float64 in LLVM Libc
Open
libc
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
`Float16` type will allow us to enable `float16` functions for all targets, similar to `Float128`.
`Float32` and `Float64` types will be needed to cleanly implement compiler-rt emulation routines.
- [ ] Emulated Float16
- [ ] Emulated Float32
- [ ] Emulated Float64
- [ ] Enable float16 entrypoints everywhere.
Contributor guide
Assessment
This issue has not been assessed yet.