diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2014-03-05 00:00:25 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2014-03-05 00:02:15 -0500 |
commit | 6539be6e48912892997eea6afc21883ba1fb8714 (patch) | |
tree | 747e12d850d699155253c4613ac70ac6c4592f36 | |
parent | 054b5f4c939dffd997b19eb0fb0b1ffcc6d92bd7 (diff) | |
download | glibc-6539be6e48912892997eea6afc21883ba1fb8714.tar.gz glibc-6539be6e48912892997eea6afc21883ba1fb8714.tar.xz glibc-6539be6e48912892997eea6afc21883ba1fb8714.zip |
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.
-rw-r--r-- | ports/ChangeLog.hppa | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/fpu/libm-test-ulps | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index f8606f4f99..9cc2b60f28 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 215ba77767..5785a36fdc 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 |