[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r16119 - in /fsf/trunk/libc: ChangeLog sysdeps/powerpc/fpu/e_hypot.c



Author: eglibc
Date: Wed Dec  7 00:02:03 2011
New Revision: 16119

Log:
Import glibc-mainline for 2011-12-07

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/sysdeps/powerpc/fpu/e_hypot.c

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Wed Dec  7 00:02:03 2011
@@ -1,3 +1,8 @@
+2011-12-06  Andreas Schwab  <schwab@xxxxxxxxxxxxxx>
+
+	[BZ #13472]
+	* sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
+
 2011-12-04  Ulrich Drepper  <drepper@xxxxxxxxx>
 
 	* sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.

Modified: fsf/trunk/libc/sysdeps/powerpc/fpu/e_hypot.c
==============================================================================
--- fsf/trunk/libc/sysdeps/powerpc/fpu/e_hypot.c (original)
+++ fsf/trunk/libc/sysdeps/powerpc/fpu/e_hypot.c Wed Dec  7 00:02:03 2011
@@ -26,7 +26,7 @@
 static const double two600  = 4.149515568880993e+180;
 static const double two1022 = 4.49423283715579e+307;
 static const double twoM500 = 3.054936363499605e-151;
-static const double twoM600 = 4.616489308892868e-128;
+static const double twoM600 = 2.4099198651028841e-181;
 static const double pdnum   = 2.225073858507201e-308;
 
 /* __ieee754_hypot(x,y)

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits