From aee47c934e6b6256f58a3d75815a43fc33237a80 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 20 Jan 2017 23:58:49 +0000 Subject: Remove very old libm-test-ulps entries. I noticed that some libm-test-ulps files still had long-obsolete entries for *_tonearest functions, which will no longer be used since functions with FE_TONEAREST explicitly set aren't tested separately from those functions with it as the default rounding mode any more. This patch removes those obsolete entries. However, as they are a sign of libm-test-ulps not having been regenerated from scratch for a long time, I strongly advise people testing on those platforms to remove / truncate the libm-test-ulps file, run "make regen-ulps" and commit the regenerated-from-scratch file. (Ideally any failures of libm tests still present after regeneration would be investigated / fixed - there are several open "math" bugs spread across these platforms - but simply regenerating from scratch improves things.) * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries. * sysdeps/ia64/fpu/libm-test-ulps: Likewise. * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise. * sysdeps/microblaze/libm-test-ulps: Likewise. * sysdeps/sh/libm-test-ulps: Likewise. --- sysdeps/microblaze/libm-test-ulps | 52 --------------------------------------- 1 file changed, 52 deletions(-) (limited to 'sysdeps/microblaze') diff --git a/sysdeps/microblaze/libm-test-ulps b/sysdeps/microblaze/libm-test-ulps index c252c96d0a..0806905370 100644 --- a/sysdeps/microblaze/libm-test-ulps +++ b/sysdeps/microblaze/libm-test-ulps @@ -154,22 +154,12 @@ Function: "cos": float: 1 ifloat: 1 -Function: "cos_tonearest": -float: 1 -ifloat: 1 - Function: "cosh": double: 1 float: 1 idouble: 1 ifloat: 1 -Function: "cosh_tonearest": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 - Function: Real part of "cpow": double: 2 float: 4 @@ -220,18 +210,6 @@ float: 1 idouble: 2 ifloat: 1 -Function: Real part of "ctan_tonearest": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 - -Function: Imaginary part of "ctan_tonearest": -double: 2 -float: 1 -idouble: 2 -ifloat: 1 - Function: Real part of "ctanh": double: 2 float: 1 @@ -244,18 +222,6 @@ float: 2 idouble: 2 ifloat: 2 -Function: Real part of "ctanh_tonearest": -double: 2 -float: 1 -idouble: 2 -ifloat: 1 - -Function: Imaginary part of "ctanh_tonearest": -double: 2 -float: 2 -idouble: 2 -ifloat: 2 - Function: "erf": double: 1 idouble: 1 @@ -270,22 +236,12 @@ Function: "exp10": double: 1 idouble: 1 -Function: "exp10_tonearest": -double: 1 -idouble: 1 - Function: "expm1": double: 1 float: 1 idouble: 1 ifloat: 1 -Function: "expm1_tonearest": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 - Function: "gamma": double: 1 float: 1 @@ -342,18 +298,10 @@ Function: "pow10": double: 1 idouble: 1 -Function: "pow_tonearest": -float: 1 -ifloat: 1 - Function: "sin": float: 1 ifloat: 1 -Function: "sin_tonearest": -float: 1 -ifloat: 1 - Function: "sincos": float: 1 ifloat: 1 -- cgit 1.4.1