Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/llvm-project/libcxx/src/ryu/README.txt
35231 views
1
The code in this directory is based on Ulf Adams's work. The upstream for the
2
code is:
3
4
https://github.com/ulfjack/ryu/tree/59661c3/ryu
5
6
The code has been adapted by Stephan T. Lavavej of Microsoft for usage in
7
std::to_chars. This code has been contributed by Microsoft for inclusion in
8
libc++.
9
10
The code in this directory has a different coding style than other parts to
11
minimize the number of changes by both upstream sources.
12
13