llvm-project/libc/test
Michael Jones 9b39737129 [libc] add modified Eisel-Lemire for long doubles
The Eisel-Lemire algorithm is an effecient way to handle converting to
floating point numbers from strings, but in its base form it only
supports up to 64 bit floating point numbers. This adds an
implementation to handle long doubles.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D115280
2021-12-22 16:45:22 -08:00
..
integration
loader [libc][NFC] Remove dependecies on entrypoints from loader tests. 2021-12-13 19:29:29 +00:00
src [libc] add modified Eisel-Lemire for long doubles 2021-12-22 16:45:22 -08:00
utils [libc] apply new lint rules 2021-12-07 10:49:47 -08:00
CMakeLists.txt [libc] Move the x86_64 syscall functions to OSUtil. 2021-12-22 21:48:57 +00:00
ErrnoSetterMatcher.h