From 6539be6e48912892997eea6afc21883ba1fb8714 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 5 Mar 2014 00:00:25 -0500 Subject: [PATCH] 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. --- ports/ChangeLog.hppa | 2 ++ 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 f8606f4..9cc2b60 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,5 +1,7 @@ 2014-03-04 Carlos O'Donell + * 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 -- 2.7.4