Viral B. Shah abc6c5e76f Revert to commit 87ce7ceddab2294d5e6f8d6c4c99837309757874
and disable the building of test-double-system and test-float-system
by default
2012-08-19 17:03:16 +05:30
2012-08-19 04:15:47 -04:00
2011-12-15 11:29:35 +05:30
2012-08-19 04:15:47 -04:00
2012-05-29 18:20:52 -04:00
2012-08-19 04:15:47 -04:00
2012-05-25 21:38:58 -04:00
2011-12-15 11:29:35 +05:30
2011-12-15 11:29:35 +05:30
2012-05-29 18:20:52 -04:00
2012-01-01 09:20:08 +05:30
2012-08-19 11:52:43 +05:30
2012-07-03 16:49:19 +05:30
2012-08-19 11:52:43 +05:30
2011-12-15 11:29:35 +05:30

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.
Description
No description provided
Readme 4.4 MiB
Languages
C 93.6%
Assembly 4.2%
CMake 1.4%
Makefile 0.3%
PHP 0.3%
Other 0.2%