summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2021-10-31 14:59:02 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2021-10-31 14:59:02 +0100
commit95598d6a69673f542937add53ab18e4bcdaba3ed (patch)
tree0187d8feff869070b6c1a0cbe0a49e48136ecbbd /ChangeLog
parentd3ce0b51962f3afd1e5938275117149d656b69b8 (diff)
downloadgmp-95598d6a69673f542937add53ab18e4bcdaba3ed.tar.gz
mpz/fac_ui.c: Save half the products for small values
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e23fb7d5f..4b4d00891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-31 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * mpz/fac_ui.c: Save half the products for small values.
+
2021-10-08 Niels Möller <nisse@lysator.liu.se>
* tests/mpn/t-addaddmul.c: Unit test for mpn_addaddmul_1msb0.