This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update x86_64 ulps


I've applied this patch to update x86_64 ulps after a recent change.

diff --git a/ChangeLog b/ChangeLog
index 31c4908..8480d29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/x86_64/fpu/libm-test-ulps: Update.
+
 	* elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
 	already defined.
 	(do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 207b6c0..72341d2 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -10431,6 +10431,9 @@ double: 1
 idouble: 1
 
 # exp_upward
+Test "exp_upward (-0x2.c4edp+12)":
+double: 1
+idouble: 1
 Test "exp_upward (-0x2.e870a4p+8)":
 double: 1
 idouble: 1

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]