aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2022-06-30 17:25:28 +0200
committerMark de Wever <koraq@xs4all.nl>2022-07-07 17:32:27 +0200
commit3f78683353e272224e9bcc223f7ba05ab374a8c2 (patch)
treed3a15a1e08b224ad27268b5a5dac580ee3b13cb5 /lldb/packages/Python/lldbsuite/test
parentb4466bcd68d6556906e8076a4a170f90bb6e238c (diff)
downloadllvm-3f78683353e272224e9bcc223f7ba05ab374a8c2.zip
llvm-3f78683353e272224e9bcc223f7ba05ab374a8c2.tar.gz
llvm-3f78683353e272224e9bcc223f7ba05ab374a8c2.tar.bz2
[libc++] Implements 128-bit support in to_chars.
This is required by the Standard and makes it possible to add full 128-bit support to format. The patch also fixes 128-bit from_chars "support". One unit test required a too large value, this failed on 128-bit; the fix was to add more characters to the input. Note only base 10 has been optimized. Other bases can be optimized. Note the 128-bit lookup table could be made smaller. This will be done later. I really want to get 128-bit working in to_chars and format in the upcomming LLVM 15 release, these optimizations aren't critical. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D128929
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions