summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2021-09-26 16:00:08 +0200
committerTorbjorn Granlund <tg@gmplib.org>2021-09-26 16:00:08 +0200
commit6a4e588c2bab7bd013d581126d7436cf935695e2 (patch)
tree352e45d9166e03439ee3d46cf6e9319c14b08e53 /ChangeLog
parent59384b2e62426c6ebf48ec313953d573683fb6f2 (diff)
downloadgmp-6a4e588c2bab7bd013d581126d7436cf935695e2.tar.gz
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08d1fc321..9beb806bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,30 @@
+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,
@@ -96,6 +113,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.