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]

Re: Build all of glibc with -frounding-math


Committed now with the following update for the testsuite,

Andreas

>From f4ca6a8d59b47bfea6f2743ce903fdca4eb65b1d Mon Sep 17 00:00:00 2001
From: Andreas Jaeger <aj@suse.de>
Date: Sun, 6 May 2012 09:30:24 +0200
Subject: [PATCH 10/10] Update x86-64 libm-test-ulps

---
 ChangeLog                         |    2 ++
 sysdeps/x86_64/fpu/libm-test-ulps |   12 ++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 7c5df7a..c54235c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 	(+cflags): Add +math-flags so that all of glibc gets compiled with
 	it.
 
+	* sysdeps/x86_64/fpu/libm-test-ulps: Updated.
+
 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 9a1e80e..70b091f 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -7,15 +7,21 @@ ldouble: 1
 
 # acos_downward
 Test "acos_downward (-0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_downward (-0.5) == M_PI_6l*4.0":
 double: 1
 idouble: 1
 Test "acos_downward (-1) == pi":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_downward (0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_downward (0.5) == M_PI_6l*2.0":
@@ -26,15 +32,21 @@ ifloat: 1
 
 # acos_towardzero
 Test "acos_towardzero (-0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_towardzero (-0.5) == M_PI_6l*4.0":
 double: 1
 idouble: 1
 Test "acos_towardzero (-1) == pi":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_towardzero (0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_towardzero (0.5) == M_PI_6l*2.0":
-- 
1.7.9.2


-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 NÃrnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix ImendÃrffer,HRB16746 (AG NÃrnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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