mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Fork of the OpenLibm math library with fx-9860G and fx-CG 50 support.
7129663350
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 |
||
---|---|---|
amd64 | ||
arm | ||
bsdsrc | ||
i387 | ||
ia64 | ||
include | ||
ld80 | ||
ld128 | ||
mips | ||
powerpc | ||
sparc64 | ||
src | ||
test | ||
.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.