mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Fork of the OpenLibm math library with fx-9860G and fx-CG 50 support.
cd520e4350
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 |
||
---|---|---|
amd64 | ||
arm | ||
bsdsrc | ||
i387 | ||
ia64 | ||
include | ||
ld80 | ||
ld128 | ||
mips | ||
powerpc | ||
sparc64 | ||
src | ||
.gitignore | ||
LICENSE.md | ||
Make.inc | ||
Makefile | ||
README.md | ||
Symbol.map |
OpenLIBM is an effort to have a high quality independent LIBM library. It is meant to be used standalone in applications and programming language implementations, and perhaps even as a reference for LIBM implementations in OSes.
The OpenLIBM code derives from the FreeBSD msun implementation, which in turn derives from FDLIBM 5.3.