[libc-commits] [PATCH] D140042: [libc] add exponent format to printf

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Dec 21 14:40:14 PST 2022


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

add comment and assert explaining why the sign handling is always safe.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140042

Files:
  libc/src/__support/float_to_string.h
  libc/src/stdio/printf_core/converter.cpp
  libc/src/stdio/printf_core/float_dec_converter.h
  libc/test/src/stdio/sprintf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140042.484685.patch
Type: text/x-patch
Size: 46643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221221/3d5864a7/attachment-0001.bin>


More information about the libc-commits mailing list