mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
The accuracy for the MPFR numbers in the strtofloat fuzz test was set too high, causing rounding issues when rounding to a smaller final result. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D154150