diff options
author | Michael Jones <michaelrj@google.com> | 2021-11-10 15:58:42 -0800 |
---|---|---|
committer | Michael Jones <michaelrj@google.com> | 2021-12-13 10:40:44 -0800 |
commit | aa1902f917fa3e9b31036d4ae347e74929d15fa7 (patch) | |
tree | 82e9fb9a803dec9a4e053a725def54744e3c1bf6 /lldb/unittests/ScriptInterpreter/Python | |
parent | 657adcb0779d2d119737f2ca557a87456024a5ac (diff) | |
download | llvm-aa1902f917fa3e9b31036d4ae347e74929d15fa7.zip llvm-aa1902f917fa3e9b31036d4ae347e74929d15fa7.tar.gz llvm-aa1902f917fa3e9b31036d4ae347e74929d15fa7.tar.bz2 |
[libc] add basic strtold implementation
Due to the differences between the types of long double, this function
is effectively three functions in one. This patch adds basic support for
the types of long double, although it's just using the fast path and the
fallback for the moment. I still need to implement a version of
Eisel-Lemire for performance, but the existing algorithms should be
correct.
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D113710
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions