[libc-commits] [PATCH] D150399: [libc] add options to printf decimal floats

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 25 15:59:23 PDT 2023


michaelrj updated this revision to Diff 525852.
michaelrj marked 6 inline comments as done.
michaelrj added a comment.

address comments, still need to mess with the is_lowest_block and zero_blocks_after_point functions. They aren't strictly necessary, but they do provide significant speed improvements.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150399

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/FPUtil/dyadic_float.h
  libc/src/__support/float_to_string.h
  libc/src/__support/ryu_constants.h
  libc/src/__support/ryu_long_double_constants.h
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/converter.cpp
  libc/src/stdio/printf_core/printf_config.h
  libc/test/src/stdio/sprintf_test.cpp
  libc/utils/mathtools/ryu_tablegen.py
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150399.525852.patch
Type: text/x-patch
Size: 51639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230525/e0a8cfaa/attachment-0001.bin>


More information about the libc-commits mailing list