llvm-project/libc/spec
Michael Jones aa1902f917 [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
2021-12-13 10:40:44 -08:00
..
gnu_ext.td [libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept. 2021-09-10 18:44:53 +00:00
linux.td [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
llvm_libc_ext.td [libc][Obvious] Fix llvm_libc_ext.td. 2021-08-19 18:54:43 +00:00
posix.td [libc] add stpcpy and stpncpy 2021-11-04 11:39:26 -07:00
spec.td [libc] Add an implementation of qsort. 2021-09-24 19:22:45 +00:00
stdc.td [libc] add basic strtold implementation 2021-12-13 10:40:44 -08:00