summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea65a6885..63327127c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,14 @@ Changes between GMP version 6.0.* and 6.1.0
BUGS FIXED
* The prototype for mpn_com is now provided by gmp.h for any configuration.
+ * Healed possible failures of mpn_sec_sqr for non-cryptographic sizes for
+ some obsolete CPUs.
+
+ * The option --disable-assembly now disables al inlined asm.
+
+ * Fixed bug affecting mini-gmp's bitwise functions mpz_setbit, mpz_clrbit,
+ and mpz_combit.
+
SPEEDUPS
* Speedup for Intel Broadwell.