MPFR has a minimum precision of 2, but the strtofloat fuzz sometimes
would request a precision of 1 for the case of the minimum subnormal.
This patch tells the fuzzer to ignore any case where the precision would
go below 2.
Details
Details
- Reviewers
lntue - Commits
- rG2ff8094e3280: [libc] Set min precision for strtofloat fuzz
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo