[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
Mon Sep 27 17:07:41 PDT 2021
michaelrj updated this revision to Diff 375439.
michaelrj added a comment.
parse the decimal point out of the string. This meant I needed to change the imports so I could use strtointeger for the integer parsing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110454/new/
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.375439.patch
Type: text/x-patch
Size: 30079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210928/699aff91/attachment-0001.bin>
More information about the libc-commits
mailing list