Project gmp-1:6.2.0-13.el9
Name | gmp |
---|---|
Epoch | 1 |
Version | 6.2.0 |
Release | 13.el9 |
Website/URL | http://gmplib.org/ |
License | LGPLv3+ or GPLv2+ |
Build Time | 2023-10-03 14:10:32 |
Build Host | builder-x86-04.inferitos.ru |
Summary | A GNU arbitrary precision library |
Repositories | BaseOS |
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. |
Errata | INFSA-2023:6661 |
×
Package | Summary | SHA-256 checksum |
---|---|---|
x86_64 | ||
gmp-1:6.2.0-13.el9.x86_64 | A GNU arbitrary precision library | 9478fc73e2d6472f1e5a6ca01155f90b85966471b7fa80bb58d92bbdbab80457 |
gmp-c++-1:6.2.0-13.el9.x86_64 | C++ bindings for the GNU MP arbitrary precision library | 90b4aa17141ccf75eb3f3d8312c34e265779603f25f28a50464bb89835b42a56 |
gmp-devel-1:6.2.0-13.el9.x86_64 | Development tools for the GNU MP arbitrary precision library | 51f06ee76b163d9f3bcf57d0964f8a3ba9fbd50741104f9044f6c2409bd17f6e |
i686 | ||
gmp-1:6.2.0-13.el9.i686 | A GNU arbitrary precision library | 545c03612e604f3a47a9f92e7b4d791901840fc6fb874fb82cd1d0d6f49429ad |
gmp-c++-1:6.2.0-13.el9.i686 | C++ bindings for the GNU MP arbitrary precision library | 04e60c81a725600e0c8e16a68cbbb14c8642822d64b276d7036e797ef45c0f80 |
gmp-devel-1:6.2.0-13.el9.i686 | Development tools for the GNU MP arbitrary precision library | 9d8f4e8d9c18f4262ad9714b9db74337e453c81f4a876b11cc65d7578eacb837 |
aarch64 | ||
gmp-1:6.2.0-13.el9.aarch64 | A GNU arbitrary precision library | 4dcdbca615a45f67e0f9ac7e7dabf729a4d2ea29020914d19f5182c83e27260e |
gmp-c++-1:6.2.0-13.el9.aarch64 | C++ bindings for the GNU MP arbitrary precision library | 6047f26fe64626a49bc3edc04e0cc03ecd7687d6f5926605c85db375b61339aa |
gmp-devel-1:6.2.0-13.el9.aarch64 | Development tools for the GNU MP arbitrary precision library | f0a065e21f1fe97ec31ec93f3ea3e8ecf2d742b3d62746646db99e3a9fa94c87 |
src | ||
gmp-1:6.2.0-13.el9.src | A GNU arbitrary precision library | dcb296aa9d2d433a58470f6a58ac433387bdb3f31fc49480bd25cddee595588c |
* Fri Sep 22 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:6.2.0-13 - Rebuilt for MSVSphere 9.3 beta * Thu Aug 03 2023 Jakub Martisko <jamartis@redhat.com> - 1:6.2.0-13 - 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 * Tue Jul 18 2023 Jakub Martisko <jamartis@redhat.com> - 1:6.2.0-12 - Add SIMD optimization patches for s390x (provided by the IBM) Resolves: rhbz#2044216 * Tue Jun 06 2023 Jakub Martisko <jamartis@redhat.com> - 1:6.2.0-11 Fix: Integer overflow and resultant buffer overflow via crafted input Resolves: CVE-2021-43618