This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.19-116-g6539be6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  6539be6e48912892997eea6afc21883ba1fb8714 (commit)
      from  054b5f4c939dffd997b19eb0fb0b1ffcc6d92bd7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6539be6e48912892997eea6afc21883ba1fb8714

commit 6539be6e48912892997eea6afc21883ba1fb8714
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Wed Mar 5 00:00:25 2014 -0500

    hppa: Remove fma ulps from libm-test-ulps.
    
    The expected fma ulp of 1 has been removed.
    
    The fma function should have 0 ulps.
    
    Bug #16661 has been filed to track this issue.

diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index f8606f4..9cc2b60 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,5 +1,7 @@
 2014-03-04  Carlos O'Donell  <carlos@redhat.com>
 
+	* ports/sysdeps/hppa/fpu/libm-test-ulps: Remove fma ulps.
+
 	* ports/sysdeps/hppa/fpu/libm-test-ulps: Regenerate again.
 
 	* ports/sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
diff --git a/ports/sysdeps/hppa/fpu/libm-test-ulps b/ports/sysdeps/hppa/fpu/libm-test-ulps
index 215ba77..5785a36 100644
--- a/ports/sysdeps/hppa/fpu/libm-test-ulps
+++ b/ports/sysdeps/hppa/fpu/libm-test-ulps
@@ -7999,11 +7999,6 @@ Test "expm1_upward (0x8p-32)":
 float: 1
 ifloat: 1
 
-# fma
-Test "fma (0x2.fffp+12, 0x1.000002p+0, 0x1.ffffp-24)":
-double: 1
-idouble: 1
-
 # gamma
 Test "gamma (-0x1p-20)":
 double: 1
@@ -11274,10 +11269,6 @@ float: 1
 idouble: 1
 ifloat: 1
 
-Function: "fma":
-double: 1
-idouble: 1
-
 Function: "gamma":
 double: 1
 float: 2

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.hppa                  |    2 ++
 ports/sysdeps/hppa/fpu/libm-test-ulps |    9 ---------
 2 files changed, 2 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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