2011-12-31 08:18:43 +01:00
|
|
|
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.
|
|
|
|
|
2012-01-06 05:35:01 +01:00
|
|
|
OpenLIBM builds on Linux and Mac OS X, and with little effort,
|
2012-07-03 17:30:34 +02:00
|
|
|
should build on FreeBSD as well. It builds with both, GCC and clang.
|
2012-01-06 05:35:01 +01:00
|
|
|
|
2011-12-31 08:18:43 +01:00
|
|
|
The OpenLIBM code derives from the FreeBSD msun implementation, which
|
|
|
|
in turn derives from FDLIBM 5.3.
|
2012-07-03 17:30:34 +02:00
|
|
|
|
|
|
|
Build instructions:
|
|
|
|
|
2012-07-03 17:31:08 +02:00
|
|
|
1. `make` or `make USEGCC=1` to build with GCC.
|
|
|
|
2. `make USECLANG=1` to build with clang.
|