The number of trailing zeroes was being calculated incorrectly. It was
assuming that it could add all of the implicit leading zeroes in the
final block, not accounting for the number of digits actually reqested
by the precision.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo