Keno Fischer
7ba666f854
Merge branch 'master' of https://github.com/JuliaLang/openlibm
2012-05-24 23:45:59 -04:00
Keno Fischer
04e12006e5
address compiler warnings in #3
2012-05-24 23:45:05 -04:00
Jameson Nash
4e3b2de1a2
build cleanup
2012-05-24 23:38:33 -04:00
Keno Fischer
f0862df1db
Allow compilation of assembly files on OSX
2012-05-24 23:14:58 -04:00
Jameson Nash
ac201ff1ac
fpclassify definition
2012-05-22 19:02:48 -04:00
Jameson Nash
a9d723a19e
typo
2012-04-08 21:02:23 -04:00
Jameson Nash
8d25b39dca
What is __strong_reference? cleaning up compat.h files so it builds on Mac again
2012-04-08 20:56:51 -04:00
Jameson Nash
0df00dd0f7
initial attempt getting everything to build on windows
2012-04-08 20:03:36 -04:00
Viral B. Shah
11f62e053f
Update README.
2012-01-05 23:35:01 -05:00
Viral B. Shah
68fae89b6a
Ignore __pure2 on linux as I don't know what to do about it.
2012-01-05 23:33:01 -05: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
6e43adff39
Checkin Jameson's inf_torture.c
2012-01-06 09:08:30 +05:30
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
dbd5b338ee
Update license.
2012-01-01 09:20:08 +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
265f411818
Makefile for bsdsrc
2012-01-01 00:53:38 +05:30
Viral B. Shah
2cd51ea4d5
Don't compile some files that are included in other files.
2012-01-01 00:52:54 +05:30
Viral B. Shah
cd520e4350
Get everything except a couple of files in ld128 to build with gcc.
...
A couple of small issues still remain with linking:
LINK all
/usr/bin/ranlib: file: libopenlibm.a(e_rem_pio2.o) has no symbols
/usr/bin/ranlib: file: libopenlibm.a(e_rem_pio2f.o) has no symbols
/usr/bin/ranlib: file: libopenlibm.a(k_cosf.o) has no symbols
/usr/bin/ranlib: file: libopenlibm.a(k_sinf.o) has no symbols
/usr/bin/ranlib: file: libopenlibm.a(k_tanf.o) has no symbols
LINK all
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
2011-12-31 19:43:04 +05:30
Viral B. Shah
f5fb927467
Build with gcc.
2011-12-31 19:26:51 +05:30
Viral B. Shah
33f051a1db
Remove libraries in cleanall
2011-12-31 12:52:24 +05:30
Viral B. Shah
ccd319c03c
Almost building the full thing.
2011-12-31 12:48:43 +05:30
Viral B. Shah
189b043947
Start work on top-level Makefile
2011-12-31 01:12:12 +05:30
Viral B. Shah
9f7ab322bb
Makefile
2011-12-31 01:10:24 +05:30
Viral B. Shah
394d97b5e2
198 out of 203 files build now.
2011-12-31 00:48:35 +05:30
Viral B. Shah
e4481ba487
Get a bunch of stuff to build with clang.
2011-12-31 00:25:58 +05:30
Viral B. Shah
9b7ae68a59
Get more files to build with clang.
2011-12-16 11:09:32 +05:30
Viral B. Shah
3c7b5cc6f7
Get much of src/ to build.
...
Use build.clang.sh or build.gcc.sh for the time being.
2011-12-16 11:00:31 +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
db4db9cf35
uint64_t -> u_int64_t
2011-08-13 10:43:52 +05:30
Viral B. Shah
b38406550b
Add k_log.h and k_logf.h
2011-08-13 10:27:34 +05:30
Viral B. Shah
d8bc4c085d
BYTE_ORDER and ENDIAN detection
2011-08-13 10:22:37 +05:30
Viral B. Shah
d56dca3664
BSD license
2011-08-13 00:34:54 +05:30
Viral B. Shah
aba7ae910f
Initialize repo. FreeBSD 8.2 msun code + some tweaks
2011-08-13 00:31:25 +05:30