[libc-commits] [PATCH] D129702: [libc] add rounding modes to printf float conv

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 13 16:01:48 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: lntue, sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

This adds functionality for rounding towards negative inf, positive inf,
and zero to the float hex conversion (%a).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129702

Files:
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/float_hex_converter.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/sprintf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129702.444442.patch
Type: text/x-patch
Size: 6737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220713/dbb5e164/attachment.bin>


More information about the libc-commits mailing list