summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2019-08-17 00:14:58 +0200
committerNiels M?ller <nisse@lysator.liu.se>2019-08-17 00:14:58 +0200
commitc53ad13001f5f246fb46816476ede4e4ee30b1e7 (patch)
treee85a6f65e0431a7e818eade2e5a0475eb3bb6e7d /ChangeLog
parent6cb70a9af22b0ece934b84fcb9ccd6676040f337 (diff)
downloadgmp-c53ad13001f5f246fb46816476ede4e4ee30b1e7.tar.gz
New implementation of mpn_gcd_22, with less branches.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0266dedd5..12b1a4815 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-17 Niels Möller <nisse@lysator.liu.se>
+
+ * mpn/generic/gcd_22.c (mpn_gcd_22): New implementation with less
+ branches.
+
2019-08-16 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpn/generic/brootinv.c: Shorten computations, using even exponent.