summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2019-04-17 06:48:33 +0200
committerNiels M?ller <nisse@lysator.liu.se>2019-04-17 06:48:33 +0200
commit5f6c0045aa1f23e9892d65955c93dc207078cfb2 (patch)
tree74e112abb6f33c3d1f5d4fe7c6463a306d852a79 /ChangeLog
parentda04797c0c5886ab0dadf7ccb1de742bb89bd16f (diff)
downloadgmp-5f6c0045aa1f23e9892d65955c93dc207078cfb2.tar.gz
Fix inconsistent use of GCD_DC_THRESHOLD in mpn_jacobi_n.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb9fe4e30..171c54dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-17 Niels Möller <nisse@lysator.liu.se>
+
+ * mpn/generic/jacobi.c (mpn_jacobi_n): Use JACOBI_DC_THRESHOLD,
+ not GCD_DC_THRESHOLD. Inconsistency spotted by Seth Troisi.
+
2019-04-02 Torbjörn Granlund <tg@gmplib.org>
* mpn/x86_64/fat/fat.c (__gmpn_cpuvec_init):