Name: | gmp |
---|---|
Epoch: | 1 |
Version: | 6.2.0 |
Release: | 13.el9 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 734950 |
License: | LGPLv3+ or GPLv2+ |
RPM: | gmp-6.2.0-13.el9.i686.rpm |
Source RPM: | gmp-6.2.0-13.el9.src.rpm |
Build Date: | Sat Oct 14 2023 |
Build Host: | build-ol9-i386.oracle.com |
Vendor: | Oracle America |
URL: | http://gmplib.org/ |
Summary: | 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. |
- Fix: previous commit removed one function from the library and thus broke the ABI - function gmpn_preinv_divrem_1 should now not be removed Related: rhbz#2044216
- Add SIMD optimization patches for s390x (provided by the IBM) Resolves: rhbz#2044216
Fix: Integer overflow and resultant buffer overflow via crafted input Resolves: CVE-2021-43618
- Add the support for intel CET Resolves: rhbz#1977890
- Move the .hmac files to the fipscheck subfolder - Make symlinks from their original location (Fedora contains the .hmac files there) pointing to their new location Resolves: rhbz#1980758
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688