Viral B. Shah
|
f876e59885
Merge pull request #69 from JuliaLang/vs/longdouble
|
10 years ago |
Viral B. Shah
|
9ecf223fc1
Get the ld80 routines from OpenBSD to build on mac and linux.
|
10 years ago |
Viral B. Shah
|
52c901a68c
Import long double versions from OpenBSD.
|
10 years ago |
Viral B. Shah
|
691b989ba3
Remove files with problematic license. Fix #33.
|
10 years ago |
Viral B. Shah
|
1367cb053b
Update licenses - the test files are LGPL'ed.
|
10 years ago |
Viral B. Shah
|
8b3b520675
Fix #35
|
10 years ago |
Viral B. Shah
|
d64cc364e0
Add `make bench` for building the benchmarks
|
10 years ago |
Viral B. Shah
|
1baf1d3e47
Update gitignore
|
10 years ago |
Viral B. Shah
|
e919db5f97
Merge branch 'master' of github.com:JuliaLang/openlibm
|
10 years ago |
Viral B. Shah
|
5f1aa85344
Add @lindahua 's libm benchmark.
|
10 years ago |
Viral B. Shah
|
532fe48cfd
Add OpenLibm url - http://openlibm.org/
|
10 years ago |
Viral B. Shah
|
2c9b14cabd
Merge pull request #67 from eschnett/master
|
10 years ago |
Viral B. Shah
|
3ee2a6e6a9
Merge pull request #68 from talex5/type_includes
|
10 years ago |
Thomas Leonard
|
4cb9231f1a
Removed some uses of sys/types.h
|
10 years ago |
Thomas Leonard
|
6146957c5e
Use uint32_t on ARM, not non-standard __uint32_t
|
10 years ago |
Thomas Leonard
|
9f4f2c6d57
u_int8_t, etc are non-standard, so define on all platforms
|
10 years ago |
Viral B. Shah
|
9024a934cc
Merge pull request #66 from sebastien-villemot/master
|
10 years ago |
Erik Schnetter
|
f5b2148a22
Use CFLAGS to build self-tests
|
10 years ago |
Erik Schnetter
|
2b7040952e
Add assert statements
|
10 years ago |
Erik Schnetter
|
9c8e061ab1
Add comments describing valid argument range for internal functions
|
10 years ago |
Erik Schnetter
|
ca3aaa3a82
Remove trailing whitespace in makefile
|
10 years ago |
Erik Schnetter
|
e2138aed2e
Avoid compiler warnings
|
10 years ago |
Erik Schnetter
|
c1a08f02af
Simplify code, avoid compiler warnings
|
10 years ago |
Milan Bouchet-Valat
|
c41813f64b
Fix comment about SOVERSION
|
10 years ago |
Sébastien Villemot
|
275d0df327
Increase single-precision test tolerance for erfc(1.2) and yn(3, 0.7).
|
10 years ago |
Viral B. Shah
|
0b9d67e54a
Merge pull request #65 from nalimilan/soversion
|
10 years ago |
Milan Bouchet-Valat
|
1f77ae0208
Separate SOVERSION from release version
|
10 years ago |
Viral B. Shah
|
da6c9c1805
Bump version. rem_pio2 is no longer exported from openlibm
|
10 years ago |
Viral B. Shah
|
4a70b227d4
Do not export rem_pio2 from openlibm. It will be exported from openspecfun.
|
10 years ago |
Jameson Nash
|
923ff3768f
don't use system machine/npx.h on OS X either, since it may not exists and isn't necessary
|
10 years ago |