summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-14 08:28:43 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-14 08:28:43 +0200
commit960504dd5ba11ef49d838302115984a9808e4164 (patch)
treed15e7780f597ad536aa909c15c0cc54881fdffa4 /NEWS
parent3d6a84a4af1fb27428976b65a731de3ab6cfdf50 (diff)
downloadgmp-960504dd5ba11ef49d838302115984a9808e4164.tar.gz
NEWS: rootrem speedup for small sizes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2e1c73323..ea65a6885 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,8 @@ Changes between GMP version 6.0.* and 6.1.0
SPEEDUPS
* Speedup for Intel Broadwell.
- * Square root is now faster when the remainder is not needed.
+ * Square root is now faster when the remainder is not needed. Also the speed
+ to compute the k-th root improved, for small sizes.
FEATURES
* New C++ functions gcd and lcm for mpz_class.
@@ -43,6 +44,10 @@ Changes between GMP version 6.0.* and 6.1.0
* We now use manufacturers' code names for x86 CPUs, e.g., "haswell" instead
of names derived from the commercial brands.
+ * Small improvements and better coverage for the test suite.
+
+ * Minor portability enhancements.
+
* The various FreeBSD problems listed for 6.0.0 affect this release too.