eb2f4d4b44e6ffaede3057d2cb6c6bae77de863f
include/ directory into $(prefix)/include/openlibm.
Note that software wishing to compile against `openlibm` should add `-I$(prefix)/include/openlibm` to their `CFLAGS`. Closes #41
OpenLIBM
OpenLIBM is an effort to have a high quality standalone LIBM library. It is meant to be used standalone in applications and programming language implementations.
OpenLibm builds on Linux, Mac OS X, and Windows, 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. As a result, it has a number of fixes and updates that have accumulated over the years in msun, and also optimized assembly versions of many functions.
Build instructions:
makeormake USEGCC=1to build with GCC.make USECLANG=1to build with clang.
Description
Languages
C
93.6%
Assembly
4.2%
CMake
1.4%
Makefile
0.3%
PHP
0.3%
Other
0.2%