OpenLibm/README.md
Viral B. Shah 54d62dae16 Formatting
2012-07-03 21:01:08 +05:30

15 lines
579 B
Markdown

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.
OpenLIBM builds on Linux and Mac OS X, and with little effort,
should build on FreeBSD as well. It builds with both, GCC and clang.
The OpenLIBM code derives from the FreeBSD msun implementation, which
in turn derives from FDLIBM 5.3.
Build instructions:
1. `make` or `make USEGCC=1` to build with GCC.
2. `make USECLANG=1` to build with clang.