8d0fee00b1- Manually select the z13/z14 architecture level specific assembly routines for s390x and SLFO since GMP lacks fat binary support there and also lacks a way to auto-detect the architecture level used at compile-time. [jsc#PED-3270]
devel
Richard Biener2025-02-27 08:28:27 +00:00
e188658348- GMP 6.3.0 * A possible overflow of type int is avoided for mpz_cmp on huge operands. * A possible error condition when a malformed file is read with mpz_inp_raw is now correctly handled. * New public function mpz_prevprime, companion of the existing mpz_nextprime. * New documented pointer types mpz_ptr, mpz_srcptr, and similar for other GMP types. Refer to the manual for full list and suggested usage. These types have been present in gmp.h at least since GMP-4.0, but previously not advertised to users. * Support for 64-bit Arm under Macos. * Support for the loongarch64 CPU family. * Support for building with LTO, link-time optimisations. * New special code for base = 2 in mpz_powm reduces the average time for the functions that test primality. * Speedup for the function mpz_nextprime on large operands. * Speedup for multiplications (some sizes only) thanks to new internal functions to compute small negacyclic products. * Special assembly code for IBM z13 and later "mainframe" CPUs, resulting in a huge speedup. * Improved assembly for several 64-bit x86 CPUs, Risc-V, 64-bit Arm. - Removed gmp-6.2.1-CVE-2021-43618.patch which is included in the new release.Richard Biener2023-08-04 08:13:42 +00:00
905a89f899- Add gmp-6.1.2-conftest.patch to fix configure test.Richard Biener2017-01-04 10:48:46 +00:00
529f83afda- Update to GMP 6.1.2 release. * Mini-GMP: Fixed a division bug, which on a machine with 64-bit unsigned long affects approximately 1 out of 2^32 divisors. * Mini-GMP: Fix mpz_set_str crash on inputs with a large number of leading zeros. Also stricter input validation, rejecting inputs with no digits. * Handle more systems which require PIC code in static libraries (e.g., "hardened" Gentoo and Debian 9). * Configuration for arm (-32 and -64) has been rewritten, fixing poor code selection for many CPUs. * Mini-GMP: Updated to the latest development version, including new functions mpn_com and mpn_neg.Richard Biener2017-01-04 08:58:45 +00:00
6cd33fc880- Update to GMP 6.1.0 release. * New C++ functions gcd and lcm for mpz_class * New public mpn functions mpn_divexact_1, mpn_zero_p, and mpn_cnd_swap * New public mpq_cmp_z function, to efficiently compare rationals with integers * Support for more 32-bit arm processors * Support for AVX-less modern x86 CPUs * Speedups and bugfixes - Includes gmp-6.0.0-ppc64-gcd.diff, now removed - Update gmp keyringRichard Biener2015-11-02 09:27:02 +00:00
ba391f503f- gmp-6.0.0-ppc64-gcd.diff: Fix build on ppc64 and ppc64leRichard Biener2014-03-26 12:22:06 +00:00
f3edb37aad- Update to GMP 6.0.0 release. * includes powerpc64le support and obsoletes gmp-support-powerpc64le-linux.patch and gmp-ppc64le-mod.patch * The function mpz_invert now considers any number invertible in Z/1Z * The mpn multiply code now handles operands of more than 2^31 limbs correctly * Plain division of large operands is faster and more monotonous in operand size * Major speedup for ARM, in particular ARM Cortex-A15, thanks to improved assembly. * Speedup for Intel Sandy Bridge, Ivy Bridge, Haswell, thanks to rewritten and vastly expanded assembly support. Speedup also for the older Core 2 and Nehalem. * Faster mixed arithmetic between mpq_class and double. * With g++, optimise more operations when one argument is a simple constant. * Support for ARM64 alias Aarch64 alias ARMv8. * New public functions mpn_sec_mul and mpn_sec_sqr, implementing side-channel silent multiplication and squaring. * New public functions mpn_sec_div_qr and mpn_sec_div_r, implementing side-channel silent division. * New public functions mpn_cnd_add_n and mpn_cnd_sub_n. Side-channel silent conditional addition and subtraction. * New public function mpn_sec_powm, implementing side-channel silent modexp. * New public function mpn_sec_invert, implementing side-channel silent modular inversion. * Better support for applications which use the mpz_t type, but nevertheless need to call some of the lower-level mpn functions. SeeRichard Biener2014-03-26 09:51:20 +00:00
54d3663deaAccepting request 209471 from devel:libraries:c_c++
Stephan Kulow
2014-01-13 15:52:58 +00:00
dc29fb7129Accepting request 209470 from openSUSE:Factory:PowerLE
Ismail Dönmez
2013-12-05 09:05:40 +00:00
6208dcdf6dAccepting request 201889 from devel:libraries:c_c++
Tomáš Chvátal
2013-10-09 12:42:32 +00:00
a2c21503c2- Update to GMP 5.1.3 release. * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could compute garbage with a low probability. They are now rewritten, and the test code has been improved. * A bug in the ia64 implementation of mpn_divrem_2, clobbering some callee-save registers, has been fixed. This is an internal function, with the bug manifesting itself as miscomputation in, e.g., mpn_sqrtrem. * The documentation now correctly says 'const' for input arguments.Richard Biener2013-10-02 08:08:23 +00:00
0eb0d60cdaAccepting request 176406 from devel:libraries:c_c++
Stephan Kulow
2013-05-27 07:49:40 +00:00
2e95ae1e95- Update to GMP 5.1.2 release. * A bug in mpz_powm_ui triggered by base arguments of at least 15000 decimal digits or mod arguments of at least 7500 decimal digits has been fixed.Richard Biener2013-05-22 13:49:59 +00:00
823f19aa1eAccepting request 161373 from home:m_meister:branches:openSUSE:FactoryRichard Biener2013-03-27 10:44:49 +00:00
5c973bdb28Accepting request 155952 from devel:libraries:c_c++
Stephan Kulow
2013-02-21 13:07:47 +00:00
8092df1c22Accepting request 155928 from home:Andreas_Schwab:FactoryRichard Biener2013-02-21 09:42:28 +00:00
bf8f11b37eAccepting request 155317 from devel:libraries:c_c++
Stephan Kulow
2013-02-14 19:37:56 +00:00
0dbe70e99e- Update to GMP 5.1.1 release. * Aarch64 alias ARM64 support now works. * A possible buffer overrun in mpz_ior has been fixed. * A rare sign flip in mpz_remove has been fixed. * A bug causing problems with mpf numbers with absolute value >= 2^31 has been fixed. * Several bugs in mini-gmp have been fixed. * Preliminary support for the x32 ABI under x86-64.Richard Biener2013-02-13 09:26:00 +00:00
4009a4a8c4- Update to GMP 5.1.0 release. * Bug fixes and speedups * Many new CPUs recognised * New functions for multi-factorials, and primorial: mpz_2fac_ui, mpz_mfac_uiui and mpz_primorial_ui * The fat binary mechanism is now more robust in its CPU recognition * Drops support for BSD compatibility libraryRichard Biener2012-12-19 10:11:52 +00:00
72245f0df7Accepting request 134168 from devel:libraries:c_c++
Stephan Kulow
2012-09-17 13:14:07 +00:00
614cfe908c- replace ; with and in license tag
Stephan Kulow
2012-09-13 14:33:07 +00:00
c90350a6e1Accepting request 127072 from devel:libraries:c_c++
Stephan Kulow
2012-07-04 11:54:24 +00:00
8581152fab- Pick fix for the aborts from CPU detection code from the upstream branch. [bnc#671262]Richard Biener2012-07-04 08:59:35 +00:00
2315dab632Accepting request 126963 from devel:libraries:c_c++
Stephan Kulow
2012-07-03 11:53:39 +00:00
d9ea2d8f20Accepting request 126956 from home:bmwiedemann:branches:devel:libraries:c_c++
Ismail Dönmez
2012-07-03 09:59:04 +00:00
6be78bbc9bAccepting request 122656 from devel:libraries:c_c++
Stephan Kulow
2012-05-29 09:48:28 +00:00
27886421edAccepting request 122655 from home:coolo:branches:openSUSE:Factory
Ismail Dönmez
2012-05-29 08:10:16 +00:00
a06d0c913bAccepting request 116650 from devel:libraries:c_c++
Stephan Kulow
2012-05-07 20:46:19 +00:00
208c21dc3e- Update to release GMP 5.0.5 * A bug causing AMD 11h processors to be treated like AMD 10h has been fixed. * A bug affecting recent Intel Sandy Bridge CPUs resulting in configuration failures has been fixed.Richard Biener2012-05-07 09:12:04 +00:00
7b8eb4f842- Remove redundant --host specification on %configure.Richard Biener2012-02-15 13:22:04 +00:00
0151c5b4e6- Update to release GMP 5.0.4 * Thresholds in mpn_powm_sec for both fat and non-fat builds are now used safely, plugging a one-word buffer overrun introduced in the 5.0.3 release (for non-fat) and a multi-word buffer overrun that existed since 5.0 (for fat). (We have not been able to provoke malign stack smashing in any of the ~100 configurations explored by the GMP nightly builds, but the bug should be assumed to be exploitable.) * Two bugs in multiplication code causing incorrect computation with extremely low probability have been fixed. * A bug in the test suite causing buffer overruns during "make check", sometimes leading to subsequent malloc crashes, has been fixed. * Two bugs in the gcd code have been fixed. They could lead to incorrect results, but for uniformly distributed random operands, the likelihood for that is infinitesimally small. (There was also a third bug, but that was an incorrect ASSERT, which furthermore was not enabled by default.) * A bug affecting 32-bit PowerPC division has been fixed. The bug caused miscomputation for certain divisors in the range 2^32 ... 2^64-1 (about 1 in 2^30 of these).Richard Biener2012-02-10 13:49:44 +00:00
29d44dba61Accepting request 102032 from devel:libraries:c_c++
Stephan Kulow
2012-02-03 09:22:47 +00:00
55c6ba998a- Update to release GMP 5.0.3 * A slight timing leak of the powm_sec functions have been sealed. (This leak could possibly be used to extract the most significant few bits of the exponent. "Few" here means at most 10.) * The mpz_nextprime function now runs a safer number of pseudo-random prime tests. * A bug in division code possibly causing incorrect computation was fixed. * New CPUs recognised. * IBM S/390 are now supported in both 31/32-bit and 64-bit mode. - Dropped SUSE local patches for S/390 support.Richard Biener2012-01-30 09:16:08 +00:00
ca1bdaadcdreplace license with spdx.org variant
Stephan Kulow
2011-12-06 17:13:20 +00:00
5900d44e90Accepting request 85210 from devel:libraries:c_c++
Sascha Peilicke
2011-09-28 12:10:30 +00:00
69a118fd95- Update to release GMP 5.0.1. * Major performance and memory usage improvements. * Enable fat binaries on x86. * Bump SO version to 10.Richard Biener2010-09-06 13:57:19 +00:00
6df84bba88Accepting request 46309 from devel:libraries:c_c++
OBS User autobuild
2010-08-27 14:46:15 +00:00
fe21aebccfUpdating link to change in openSUSE:Factory/gmp revision 19.0
OBS User buildservice-autocommit
2010-08-27 14:46:15 +00:00
694e041197Accepting request 46309 from devel:libraries:c_c++
OBS User autobuild
2010-08-27 14:46:14 +00:00