[libcxx-commits] [PATCH] D129007: [libc++][format] Implements 128-bit support.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 1 10:38:56 PDT 2022
Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
With to_chars supporting 128-bit it's possible to support the full
128-bit range in format. This only removes the previous restrictions
and updates the tests to validate proper support.
Depends on D128929 <https://reviews.llvm.org/D128929>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129007
Files:
libcxx/include/__format/formatter_integer.h
libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.signed_integral.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.unsigned_integral.pass.cpp
libcxx/test/std/utilities/format/format.functions/format_tests.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129007.441740.patch
Type: text/x-patch
Size: 13005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220701/97344e55/attachment-0001.bin>
More information about the libcxx-commits
mailing list