aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-04 23:55:44 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-04 23:55:44 +0000
commita92599eaa0f2564251b794649cd531c6cb3b0bf3 (patch)
tree2e965940173112f7e403e2d0f8b90b281765080b /ChangeLog
parentff8ac38322d991429a64dd127173af99dee3d9ca (diff)
downloadglibc-a92599eaa0f2564251b794649cd531c6cb3b0bf3.zip
glibc-a92599eaa0f2564251b794649cd531c6cb3b0bf3.tar.gz
glibc-a92599eaa0f2564251b794649cd531c6cb3b0bf3.tar.bz2
Update.
Reported by Christian Gafton. * sysdeps/libm-i387/e_hypot.S: New file. * sysdeps/libm-i387/e_hypotf.S: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 756a0a2..a84062c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* misc/efgcvt_r.c (fcvt_r): Remove code which tries to use libm
functions. Reduce error in computing normalized value by multiplying
factor in loop and compute result in one step.
+ Reported by Christian Gafton.
+
+ * sysdeps/libm-i387/e_hypot.S: New file.
+ * sysdeps/libm-i387/e_hypotf.S: New file.
1998-11-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>