[libc-commits] [PATCH] D131023: [libc] add printf decimal float conversion

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 22 14:57:07 PDT 2022


michaelrj updated this revision to Diff 454625.
michaelrj marked 21 inline comments as done.
michaelrj added a comment.

address comments, clean up code, and add implementations (currently unused) for calculating the values in the tables.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131023

Files:
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/converter.cpp
  libc/src/stdio/printf_core/converter_atlas.h
  libc/src/stdio/printf_core/float_dec_converter.h
  libc/src/stdio/printf_core/ryu_constants.h
  libc/test/src/stdio/sprintf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131023.454625.patch
Type: text/x-patch
Size: 319482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220822/66d8a7d3/attachment-0001.bin>


More information about the libc-commits mailing list