diff options
author | Michael Jones <michaelrj@google.com> | 2022-10-25 10:10:00 -0700 |
---|---|---|
committer | Michael Jones <michaelrj@google.com> | 2022-10-26 11:17:15 -0700 |
commit | 2cd20ad90e36d7982b6e882641f87a3e8965e0f7 (patch) | |
tree | 2cd347cc61899e38cde8952ba5dfe5ac87133938 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 4383aa0336e6edbb1a284849aa1c24e5111d975c (diff) | |
download | llvm-2cd20ad90e36d7982b6e882641f87a3e8965e0f7.zip llvm-2cd20ad90e36d7982b6e882641f87a3e8965e0f7.tar.gz llvm-2cd20ad90e36d7982b6e882641f87a3e8965e0f7.tar.bz2 |
[libc] tighten strtofloat cutoffs
When a number for strtofloat has an exponent that's too big or small, it
doesn't need to be calculated precisely since it is guaranteed to be
either INF or 0.0. This tightens those cutoffs to improve performance.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D136699
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions