From 0d355eb7c71aa4419bda507ec82d9cf8ec14a218 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Oct 2011 20:06:23 -0400 Subject: [PATCH] Update ULPs for x86-64 --- ChangeLog | 2 ++ sysdeps/x86_64/fpu/libm-test-ulps | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5329c14..66182e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-10-22 Ulrich Drepper + * 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 25135e3..def9eb3 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 -- 2.7.4