Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gmp: A GNU arbitrary precision library.
Name: | gmp |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 4.1.4 |
License: | LGPL |
Release: | 10.SEL5 |
URL: | http://www.swox.com/gmp/ |
- Summary
- The gmp package contains GNU MP, a library for arbitrary precision
arithmetic, signed integers operations, rational numbers and floating
point numbers. GNU MP is designed for speed, for both small and very
large operands. GNU MP is fast because it uses fullwords as the basic
arithmetic type, it uses fast algorithms, it carefully optimizes
assembly code for many CPUs' most common inner loops, and it generally
emphasizes speed over simplicity/elegance in its operations.
Install the gmp package if you need a fast arbitrary precision
library.
Changelog
- * Wed Mar 14 10:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Wed Jan 17 10:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.4-10.SEL5
-
- make sure libmpfr.a doesn't contain SSE2 instructions on i?86 (#223038)
- rebase to mpfr 2.2.1 from 2.2.0 + cumulative fixes
- * Thu Nov 2 10:00:00 2006 Thomas Woerner <twoerner{%}redhat{*}com> - 4.1.4-9.SEL5
-
- fixed arch order in gmp.h and gmp-mparam.h wrappers