summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-07-28 20:22:30 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-07-28 20:22:30 +0200
commit4cf632f2dd7428f43af3109051ff8463fef140ce (patch)
tree598e5c72e3ff892fded028257948230eb98abac8 /NEWS
parente9e7ded0868763b3d66a8471a200da9349391c57 (diff)
downloadgmp-4cf632f2dd7428f43af3109051ff8463fef140ce.tar.gz
Mention in NEWS for sqrt speedup.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 801038058..a24cd0dce 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +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.
+
FEATURES
* New C++ functions gcd and lcm for mpz_class.