Unverified Commit 8ca565cd authored by michaelrj-google's avatar michaelrj-google Committed by GitHub
Browse files

[libc] Fix printf long double truncation bound (#70705)

The calculation for if a number being printed is truncated and should be
rounded up assumed a double for one of its constants, causing
occassional misrounding. This fixes that by making the constant based on
the mantissa width.
parent 55c9f243
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment