about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-01-14 21:36:58 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-01-14 21:53:48 +0530
commit2a91b5735ac1bc65ce5c2a3646d75ba7208e26e9 (patch)
treead53b95348dcd3e65fbcd9176cddfdb07e6ec2e1 /ChangeLog
parent1066a53440d2744566e97c59bcd0d422186b3e90 (diff)
downloadglibc-2a91b5735ac1bc65ce5c2a3646d75ba7208e26e9.tar.gz
glibc-2a91b5735ac1bc65ce5c2a3646d75ba7208e26e9.tar.xz
glibc-2a91b5735ac1bc65ce5c2a3646d75ba7208e26e9.zip
Minor tweak to mp multiplication
Add a local variable to remove extra copies to/from memory in the Z
array.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55ca83c5b3..21fb09b937 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
+	to optimize copies.
+
 	* sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
 	* sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
 	* sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.