xref: /freebsd/contrib/llvm-project/libcxx/src/ryu/README.txt (revision 7fdf597e96a02165cfe22ff357b857d5fa15ed8a)
1The code in this directory is based on Ulf Adams's work. The upstream for the
2code is:
3
4https://github.com/ulfjack/ryu/tree/59661c3/ryu
5
6The code has been adapted by Stephan T. Lavavej of Microsoft for usage in
7std::to_chars. This code has been contributed by Microsoft for inclusion in
8libc++.
9
10The code in this directory has a different coding style than other parts to
11minimize the number of changes by both upstream sources.
12