summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-15 20:36:09 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-15 20:36:09 +0100
commit1d309e7a2dbaa08258bd681c59cd19b73d67e03a (patch)
tree8f15a74ed48b1b4834e199bc98ab3688252c830d /ChangeLog
parent4fc9dd5d4647c86ba4d5b08b0a2589f6f6079796 (diff)
downloadgmp-1d309e7a2dbaa08258bd681c59cd19b73d67e03a.tar.gz
Rewrite mpn/generic/powm_sec.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64b394b03..d329c7233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-11-15 Torbjorn Granlund <tege@gmplib.org>
+ * mpn/generic/powm_sec.c (mpn_local_sqr): Remove forgotten TMP_* calls.
+ (redcify): Likewise.
+ (mpn_powm_sec): Likewise.
+
+ * mpn/generic/powm_sec.c (mpn_powm_sec): Rework scratch usage
+ (mpn_powm_sec_itch): Rewrite.
+
+ * mpn/generic/powm_sec.c (mpn_powm_sec): Use mpn_tabselect also in
+ initialisation.
+
* configure.in: Amend 2011-11-03 gcc_cflags change.
* mpn/powerpc64/tabselect.asm: New file.