[libc-commits] [PATCH] D110454: [libc][NFC] Add supporting class for atof implementation
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Sep 24 16:13:15 PDT 2021
michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.
This change adds the High Precision Decimal described here:
https://nigeltao.github.io/blog/2020/parse-number-f64-simple.html
It will be used for the atof implementation later, but is complete and
tested now.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110454
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/high_precision_decimal.h
libc/src/__support/str_conv_utils.h
libc/test/src/__support/CMakeLists.txt
libc/test/src/__support/high_precision_decimal_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110454.374983.patch
Type: text/x-patch
Size: 29703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210924/c2baaec9/attachment-0001.bin>
More information about the libc-commits
mailing list