A mirror of the CRLibm project from INRIA Forge
License
GPL-2.0, LGPL-2.1 licenses found
Licenses found
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
taschini/crlibm
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cr-libm, a portable, efficient, correctly rounded mathematical library. To compile: ./configure; make; (for options see ./configure --help) To run the selftest: make check; Beta release note: This version contains one state-of-the-art implementation. The log comes in two versions, log-td (portable) and log-de (optimised for processors with double-extended hardware). The ./configure should enable the one that is best for your system, except on Itanium: see below. There is no known bug, but several shortcomings are listed in the TODO file. Note for Itanium systems: Out-of-the box it should compile and selftest on Linux under both gcc and icc (feedback on HPUX is welcome). However, optimised versions of log and atan are disabled. They currently require icc 8.1 or later. See the beginning of log-de.c and atan-itanium.c for instructions on how to enable them.
About
A mirror of the CRLibm project from INRIA Forge
Resources
License
GPL-2.0, LGPL-2.1 licenses found
Licenses found
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published