[libc-commits] [PATCH] D109261: [libc] add atof, strtof and strtod
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 18 15:53:22 PDT 2021
michaelrj updated this revision to Diff 380536.
michaelrj added a comment.
add a todo for the followup patch so that I can land this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109261/new/
https://reviews.llvm.org/D109261
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/fuzzing/stdlib/CMakeLists.txt
libc/fuzzing/stdlib/StringParserOutputDiff.h
libc/fuzzing/stdlib/atof_fuzz.cpp
libc/spec/stdc.td
libc/src/__support/CMakeLists.txt
libc/src/__support/detailed_powers_of_ten.h
libc/src/__support/high_precision_decimal.h
libc/src/__support/str_to_float.h
libc/src/stdlib/CMakeLists.txt
libc/src/stdlib/atof.cpp
libc/src/stdlib/atof.h
libc/src/stdlib/strtod.cpp
libc/src/stdlib/strtod.h
libc/src/stdlib/strtof.cpp
libc/src/stdlib/strtof.h
libc/test/src/__support/CMakeLists.txt
libc/test/src/__support/str_to_float_comparison_data.txt
libc/test/src/__support/str_to_float_comparison_test.cpp
libc/test/src/__support/str_to_float_test.cpp
libc/test/src/stdlib/CMakeLists.txt
libc/test/src/stdlib/atof_test.cpp
libc/test/src/stdlib/strtod_test.cpp
libc/test/src/stdlib/strtof_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109261.380536.patch
Type: text/x-patch
Size: 102839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211018/5082f98d/attachment-0001.bin>
More information about the libc-commits
mailing list