[libc-commits] [PATCH] D113710: [libc] add basic strtold implementation

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Dec 10 15:45:40 PST 2021


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

add a last round of tests before landing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113710

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/__support/str_to_float.h
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/strtold.cpp
  libc/src/stdlib/strtold.h
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/strtold_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113710.393614.patch
Type: text/x-patch
Size: 19386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211210/cb8fbc91/attachment-0001.bin>


More information about the libc-commits mailing list