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

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Nov 15 16:26:39 PST 2021


michaelrj updated this revision to Diff 387437.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.

fix inf rounding error and add a few tests. I'm planning on adding more, but I have other priority projects right now.


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.387437.patch
Type: text/x-patch
Size: 18202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211116/8ee0d4bd/attachment-0001.bin>


More information about the libc-commits mailing list