summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-05-15 08:05:57 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-05-15 08:05:57 +0000
commit6da61c7fe250b2a1770cd536653510a666e3af2e (patch)
tree45b58e444d88b547a405695e948586817f170ecd /NEWS
parent4f0bb20965e51cde6383d69dc8abc9a84b6d18ae (diff)
downloadmpc-6da61c7fe250b2a1770cd536653510a666e3af2e.tar.gz
[src/pow_z.c] calls mpc_pow_ui or mpc_pow_si when the exponent fits
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@767 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40587cc..c7049f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in version 0.8.3:
+ - Speed-up of mpc_pow_z when the exponent fits in an unsigned long
+
Changes in version 0.8.2:
- Speed-up of mpc_pow_ui through binary exponentiation