[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 Jun 8 10:38:08 PDT 2023


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

rename to LIBC_COPT_FLOAT_TO_STR_USE_MEGA_LONG_DOUBLE_TABLE


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.529675.patch
Type: text/x-patch
Size: 56798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230608/6750d508/attachment-0001.bin>


More information about the libc-commits mailing list