a33044a09d0e543b69db1fab889191180df82303
[libm] / README
1 musl libm prototype
2
3 sources
4 -------
5
6 most of the code is from freebsd, some parts are from
7 openbsd (missing long double functions)
8
9 freebsd /lib/msun
10 svn checkout svn://svn.freebsd.org/base/head/lib/msun
11 revision 233103
12 2012-03-18 00:27:12+01:00
13
14 openbsd /src/lib/libm
15 cvs -d anoncvs@anoncvs.eu.openbsd.org:/cvs get src/lib/libm
16 2012-03-18 00:27:12+01:00
17
18
19 headers and various aux files are from musl
20 http://www.etalabs.net/musl/
21