Generate `numeric_limits` for floating-point types from `__fp_xxx` values
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
Currently, we define `numeric_limits` for each floating point type separately. We should replace this by a single generic definition which should be implemented using our extended floating point infrastructure (`__fp_xxx` functions and values in `` header).
Contributor guide
Assessment
This issue has not been assessed yet.