Commit graph

57 commits

Author SHA1 Message Date
Jameson Nash
ac201ff1ac fpclassify definition 2012-05-22 19:02:48 -04:00
Jameson Nash
0df00dd0f7 initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
Viral B. Shah
7129663350 OpenLIBM builds on linux.
Disable -std=c99 on linux for now, as gcc does freaks out in math_private.h
on the definition of IEEE_WORD_ORDER, and defines ieee_double_shape_type twice.

Disable building s_cbrtl.c for the time being as it requires ieeefp.h
2012-01-05 23:24:14 -05: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
f5fb927467 Build with gcc. 2011-12-31 19:26:51 +05:30
Viral B. Shah
ccd319c03c Almost building the full thing. 2011-12-31 12:48:43 +05:30