summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2021-10-02 01:29:00 +0200
committerTorbjorn Granlund <tg@gmplib.org>2021-10-02 01:29:00 +0200
commitabbd5da8950fedf650702bd38cbec322b5798557 (patch)
tree5807cd5675cf1e3e239a9923648b69f3aa061b56 /ChangeLog
parent182881192cdf4a69b3edae57003680055ff2c30f (diff)
parent6a4e588c2bab7bd013d581126d7436cf935695e2 (diff)
downloadgmp-abbd5da8950fedf650702bd38cbec322b5798557.tar.gz
Trivial merge.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1627c071e..ac7295497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,16 +5,33 @@
* gmp-impl.h: #include output of gen-sieve.
* Makefile.am: Add rules for gen-sieve and sieve_table.h.
+2021-09-26 Torbjörn Granlund <tg@gmplib.org>
+
+ * configure.ac (s390): Make sure to always include main asm directory.
+
+ * longlong.h (umul_ppmm): Correct Risc V operand order.
+
2021-09-25 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpz/import.c: Use MPN_BSWAP_REVERSE, reorder branches.
* mpz/inp_raw.c: Avoid bit size overflows.
+2021-09-22 Torbjörn Granlund <tg@gmplib.org>
+
+ * config.sub: Update powerpc pattern.
+
+ * longlong.h: Change tested predef for Risc V.
+
2021-08-21 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpz/primorial_ui.c: Simpler loop on sieved primes.
* mpz/nextprime.c: Likewise.
+2021-09-14 Torbjörn Granlund <tg@gmplib.org>
+
+ * mpn/asm-defs.m4: Remove quotes around PIC_ALWAYS. Reported by
+ George Koehler.
+
2021-07-01 Niels Möller <nisse@lysator.liu.se>
* mpn/generic/div_qr_1n_pi1.c (mpn_div_qr_1n_pi1): New variants,
@@ -103,6 +120,13 @@
* doc/gmp.texi: Mention shifts in bit manipulation.
+2021-05-02 Torbjörn Granlund <tg@gmplib.org>
+
+ * configure.ac, config.guess, config.sub: Recognise CPUs icelake,
+ tigerlake, and rocketlake.
+
+ * configure.ac: Clean up handling of several Intel CPUs.
+
2021-03-11 Torbjörn Granlund <tg@gmplib.org>
* longlong.h: Disable s390 patterns which makes clang barf.