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