summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2022-01-05 18:19:17 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2022-01-05 18:19:17 +0100
commit8bc636d74baf89c5edf02501ea478588623a3750 (patch)
tree69b7c3375d1f7e273e967fd0315de3c8d480656f /ChangeLog
parent80f8687c11422ed3cbf82f5202a40f8cf9b80940 (diff)
downloadgmp-8bc636d74baf89c5edf02501ea478588623a3750.tar.gz
gen-sieve.c: Generate at compile-time masks used by primesieve.c .
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e75cb709..4d5264f3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-05 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * gen-sieve.c: Generate masks depending on bit size.
+ * primesieve.c: Remove fixed size (32 and 64 only) masks.
+
2021-12-11 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpn/generic/toom3_sqr.c: Use a shorter mul when it's simple.