Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gmp - A GNU arbitrary precision library
- Description:
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.
Packages
gmp-4.3.1-13.el6.src
[1.8 MiB] |
Changelog
by David Kaspar [Dee'Kej] (2017-03-09):
- Fix the build process to avoid performance regressions on x86 family
|
gmp-4.3.1-12.el6.src
[1.8 MiB] |
Changelog
by David Kaspar [Dee'Kej] (2016-11-24):
- Add the '-g' into CXXFLAGS as well, because limgmpxx is compiled with g++
Related: #729039
|
gmp-4.3.1-10.el6.src
[1.8 MiB] |
Changelog
by Frantisek Kluknavsky (2015-11-18):
- Backported assembler routines from recent gmp-6:
gmp-s390x-optimization.patch, gmp-s390-31bit-optimization.patch
- Resolves: #1149237
|
gmp-4.3.1-7.el6_2.2.src
[1.8 MiB] |
Changelog
by Peter Schiffer (2012-03-02):
- Related: #798771
fixed FTBFS on some hosts
|