mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 14:07:28 +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