bolt/deps/llvm-18.1.8/libcxx/src/ryu
2025-02-14 19:21:04 +01:00
..
d2fixed.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
d2s.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
f2s.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01: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.