Commit Graph

9 Commits

Author SHA1 Message Date
Elliot Saba e91e6dc990 Minor formatting to make sin/cos easier to read 2013-07-15 18:29:30 -07:00
Jameson Nash 0df00dd0f7 initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
Viral B. Shah bbb5d6a574 Get the whole thing to compile. Disabled the inline stuff for now. 2012-01-01 15:24:23 +05:30
Viral B. Shah d24a3296fa Revert the changes for inline. With both gcc 4.2 and 4.6, the link
fails with:

ld: duplicate symbol ___ieee754_rem_pio2 in src/s_sin.o and src/s_cos.o for architecture x86_64
collect2: ld returned 1 exit status
2012-01-01 10:14:06 +05:30
Viral B. Shah 6cb8c2aaa0 The inline stuff was causing too much pain linking.
Disable inline stuff for now.
2012-01-01 01:35:33 +05:30
Viral B. Shah b0b27a0ff4 Replace math.h with openlibm.h
Remove man
2011-12-15 11:54:24 +05:30
Viral B. Shah 51a63c3270 Comment out __FBSDID 2011-12-15 11:46:26 +05:30
Viral B. Shah 16b9264f9d Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
Viral B. Shah aba7ae910f Initialize repo. FreeBSD 8.2 msun code + some tweaks 2011-08-13 00:31:25 +05:30