Fork of the OpenLibm math library with fx-9860G and fx-CG 50 support.
Go to file
Viral B. Shah 850280a862 Version 0.1
Update README.md
2012-08-19 11:52:43 +05:30
amd64 Remove Leftover Makefiles from old build system 2012-05-26 17:06:20 -04:00
arm Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
bsdsrc Remove Leftover Makefiles from old build system 2012-05-26 17:06:20 -04:00
i387 Use our headers on linux 2012-05-29 18:20:52 -04:00
ia64 Use our headers on linux 2012-05-29 18:20:52 -04:00
include Fix __weak_reference for clang [closes #9] 2012-07-03 13:50:00 +02:00
ld80 Remove leftover test code 2012-05-25 21:38:58 -04:00
ld128 Remove Leftover Makefiles from old build system 2012-05-26 17:06:20 -04:00
mips Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
powerpc Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
sparc64 Use our headers on linux 2012-05-29 18:20:52 -04:00
src Remove Leftover Makefiles from old build system 2012-05-26 17:06:20 -04:00
test Use the c99 standard rather than gnu99. 2012-07-02 20:25:10 +05:30
.gitignore initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
LICENSE.md Update license. 2012-01-01 09:20:08 +05:30
Make.inc Version 0.1 2012-08-19 11:52:43 +05:30
Makefile Ability to use clang. 2012-07-03 16:49:19 +05:30
README.md Version 0.1 2012-08-19 11:52:43 +05:30
Symbol.map Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30

README.md

OpenLIBM v0.1

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:

  1. make or make USEGCC=1 to build with GCC.
  2. make USECLANG=1 to build with clang.