Subnormal floating point numbers have a lower effective precision than
normal floating point numbers. This can cause issues for the fuzz test
since the MPFR floats have a constant precision regardless of the
exponent, and the precision must match exactly or else create rounding
errors. To solve this problem, the precision of the MPFR floats is
dynamically calculated.
Details
Details
- Reviewers
lntue - Commits
- rG2cb4731902d1: [libc] adjust strtofloat precision for subnormals
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo