[libc-commits] [PATCH] D130032: [libc] fix strtofloatingpoint on rare edge case

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jul 18 11:53:40 PDT 2022


michaelrj updated this revision to Diff 445587.
michaelrj added a comment.

fix another small bug (leading zeroes were being counted as digits despite not affecting the actual number) and remove the test case from the comparison test data.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130032/new/

https://reviews.llvm.org/D130032

Files:
  libc/src/__support/high_precision_decimal.h
  libc/test/src/stdlib/strtod_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130032.445587.patch
Type: text/x-patch
Size: 8500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220718/75728f8d/attachment-0001.bin>


More information about the libc-commits mailing list