cosmopolitan/third_party/libcxx/src/ryu
2024-05-27 02:12:27 -07:00
..
d2fixed.cpp Upgrade to 2022-era LLVM LIBCXX 2024-05-27 02:12:27 -07:00
d2s.cpp Upgrade to 2022-era LLVM LIBCXX 2024-05-27 02:12:27 -07:00
f2s.cpp Upgrade to 2022-era LLVM LIBCXX 2024-05-27 02:12:27 -07:00
README.txt Upgrade to 2022-era LLVM LIBCXX 2024-05-27 02:12:27 -07:00

The code in this directory is based on Ulf Adams's work. The upstream for the
code is:

https://github.com/ulfjack/ryu/tree/59661c3/ryu

The code has been adapted by Stephan T. Lavavej of Microsoft for usage in
std::to_chars. This code has been contributed by Microsoft for inclusion in
libc++.

The code in this directory has a different coding style than other parts to
minimize the number of changes by both upstream sources.