summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-15 08:06:25 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-15 08:06:25 +0200
commit8dea95fddc5715f0e4c4167b0052baddf3966538 (patch)
tree7a85ed854b264f4729dcb65c725a08eda86d0c07 /NEWS
parent8f18864364a01c38af9dc539e261ba9a5746b623 (diff)
downloadgmp-8dea95fddc5715f0e4c4167b0052baddf3966538.tar.gz
NEWS: mini-gmp, sec, assembly
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.