summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-22 20:06:23 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-22 20:06:23 -0400
commit0d355eb7c71aa4419bda507ec82d9cf8ec14a218 (patch)
tree28c70751a667993bb30ce1fc9465871ab2b99172
parentfa36182bda38159b39905aa93a47563ab20737b4 (diff)
downloadglibc-0d355eb7c71aa4419bda507ec82d9cf8ec14a218.tar.gz
Update ULPs for x86-64
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/x86_64/fpu/libm-test-ulps16
2 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5329c1494c..66182e7d94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-10-22 Ulrich Drepper <drepper@gmail.com>
+ * sysdeps/x86_64/fpu/libm-test-ulps: Update.
+
* sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
define DLA_FMA.
[DLA_FMA] (EMULV): Use DLA_FMA.
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 25135e394a..def9eb3df1 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -369,8 +369,8 @@ ifloat: 5
Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
float: 2
ifloat: 2
-ildouble: 2
-ldouble: 2
+ildouble: 4
+ldouble: 4
Test "Imaginary part of: cpow (e + 0 i, 0 + 2 * M_PIl i) == 1.0 + 0.0 i":
double: 2
float: 2
@@ -812,6 +812,10 @@ Test "sincos (pi/6, &sin_res, &cos_res) puts 0.866025403784438646763723170752936
float: 1
ifloat: 1
+Test "sinh (0x8p-32) == 1.86264514923095703232705808926175479e-9L":
+ldouble: 1
+ildouble: 1
+
# tan
Test "tan (pi/4) == 1":
double: 1
@@ -1176,8 +1180,8 @@ double: 2
float: 2
idouble: 2
ifloat: 2
-ildouble: 2
-ldouble: 2
+ildouble: 4
+ldouble: 4
Function: Real part of "csin":
ildouble: 1
@@ -1323,6 +1327,10 @@ ifloat: 1
ildouble: 1
ldouble: 1
+Function: "sinh":
+ldouble: 1
+ildouble: 1
+
Function: "tan":
double: 1
idouble: 1